diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 6f2005d..3414c06 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -35,11 +35,15 @@ auto-format = true name = "html" formatter = { command = "djlint", args = ["--reformat", "--quiet", "--configuration", "/home/mo/.config/djlintrc.json", "-"] } auto-format = true +# language-server = { language-id = "html", command = "tailwindcss-language-server", args = ["--stdio"] } +# roots = ["tailwind.config.js"] +# config = {} -[[language]] -name = "lua" -formatter = { command = "stylua", args = ["-"] } -auto-format = true +# [[language]] +# name = "css" +# language-server = { language-id = "css", command = "tailwindcss-language-server", args = ["--stdio"] } +# roots = ["tailwind.config.js"] +# config = {} [[language]] name = "julia"