diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index eba804e..814c2a9 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -18,6 +18,7 @@ return { "html", "lua_ls", "phpactor", -- php + "tailwindcss", "taplo", -- .toml "twiggy_language_server", -- .twig "vtsls", -- .ts @@ -43,6 +44,7 @@ return { html = {}, lua_ls = {}, phpactor = {}, + tailwindcss = {}, taplo = {}, twiggy_language_server = {}, vtsls = {},