mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-13 19:04:40 +02:00
Setup tailwindcss-ls (#729)
This commit is contained in:
parent
3417a343e2
commit
35e37f06da
3 changed files with 6 additions and 0 deletions
|
@ -6,5 +6,7 @@ lspconfig.tailwindcss.setup {
|
|||
"node", DATA_PATH .. "/lspinstall/tailwindcss/tailwindcss-intellisense/extension/dist/server/tailwindServer.js",
|
||||
"--stdio"
|
||||
},
|
||||
filetypes = O.lang.tailwindcss.filetypes,
|
||||
root_dir = require("lspconfig/util").root_pattern("tailwind.config.js", "postcss.config.ts", ".postcssrc"),
|
||||
on_attach = require'lsp'.common_on_attach
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue