diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 9d7c8af..5d18760 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -135,8 +135,5 @@ return { { "folke/neodev.nvim", opts = {}, - config = function() - require("neodev").setup() - end, }, }