From 3f5ac5a2d517c1b0f04b4128c9ff36539120254c Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 23 Oct 2023 17:07:26 +0200 Subject: [PATCH] Remove tailwind language server experiment --- .config/helix/languages.toml | 9 --------- 1 file changed, 9 deletions(-) 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"