Removed plugin defs for neodev to speed up lsp

This commit is contained in:
2024-03-21 12:46:58 +01:00
parent 7f78f23280
commit eaa857238c

View File

@@ -20,7 +20,19 @@ return {
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = "" })
end
neodev.setup({})
neodev.setup({
library = {
enabled = true,
runtime = true,
types = true,
plugins = {
"lazy.nvim",
},
},
setup_jsonls = false,
lspconfig = true,
pathStrict = true,
})
local defaultLsps = { "html", "cssls", "pyright", "jsonls" }