From 40504db0aaf42fee270d250b2b34e093bcbb547e Mon Sep 17 00:00:00 2001 From: kalmenn Date: Mon, 2 Dec 2024 14:30:47 +0100 Subject: [PATCH] feat: Follow deprecation notice and remove neodev --- lua/plugins/lsp.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index e6de0d1..cc45842 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -1,11 +1,5 @@ return { { import = "plugins/languages" }, - { - "folke/neodev.nvim", - opts = { - lspconfig = false, - }, - }, { "williamboman/mason.nvim", opts = {}, @@ -71,7 +65,6 @@ return { end, ["lua_ls"] = function() lspconfig.lua_ls.setup({ - before_init = require("neodev.lsp").before_init, capabilities = capabilities, settings = { Lua = {