diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index b57df1c..57b236f 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -42,15 +42,6 @@ auto-format = true name = "html" formatter = { command = "djlint", args = ["--reformat", "--quiet", "--configuration", "/home/mo8it/.config/djlintrc.json", "-"] } auto-format = true -# language-server = { language-id = "html", command = "tailwindcss-language-server", args = ["--stdio"] } -# roots = ["tailwind.config.js"] -# config = {} - -# [[language]] -# name = "css" -# language-server = { language-id = "css", command = "tailwindcss-language-server", args = ["--stdio"] } -# roots = ["tailwind.config.js"] -# config = {} [[language]] name = "julia"