Removed plugin defs for neodev to speed up lsp
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user