feat: add tailwindcss language server
This commit is contained in:
parent
79f3f41f79
commit
92751f0fa9
1 changed files with 2 additions and 0 deletions
|
@ -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 = {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue