diff --git a/lua/taken/plugins/lsp/lspconfig.lua b/lua/taken/plugins/lsp/lspconfig.lua index b5861fa..f110793 100644 --- a/lua/taken/plugins/lsp/lspconfig.lua +++ b/lua/taken/plugins/lsp/lspconfig.lua @@ -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" }