nvim-configs/lua/plugins/lsp.lua

13 lines
215 B
Lua
Raw Normal View History

2025-03-29 22:00:41 +08:00
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
cssls = {},
denols = { single_file_support = false },
vtsls = { single_file_support = false },
},
},
},
}