mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 03:50:03 +02:00
nvim: css: enable tailwindcss lsp
This commit is contained in:
parent
11b18b6813
commit
6707c863bb
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
-- tailwindcss = {},
|
tailwindcss = {},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue