1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-17 03:30:01 +02:00

nvim: no need to lazy load lsp-config as lsp is already lazy loaded

This commit is contained in:
Henrik Hautakoski 2024-10-14 15:41:41 +02:00
parent a6b1c92985
commit 113dc823ca
9 changed files with 1 additions and 10 deletions

View file

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