1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: css: enable tailwindcss lsp

This commit is contained in:
Henrik Hautakoski 2024-11-11 08:48:09 +01:00
parent 11b18b6813
commit 6707c863bb

View file

@ -9,7 +9,7 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
-- tailwindcss = {},
tailwindcss = {},
}
},
}