From 0f9d29234baa574ee2373a88723c630bfe9da27f Mon Sep 17 00:00:00 2001 From: Sergei Bulavintsev Date: Mon, 3 Jun 2024 10:33:33 +0300 Subject: [PATCH] feat(nvim): replace neodev with lazydev --- nvim/lua/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua index 7bb5133..086a576 100644 --- a/nvim/lua/plugins/lsp.lua +++ b/nvim/lua/plugins/lsp.lua @@ -3,7 +3,7 @@ return { "neovim/nvim-lspconfig", event = "BufReadPre", dependencies = { - { "folke/neodev.nvim", opts = {} }, + { "folke/lazydev.nvim", ft = "lua", opts = {} }, "mason.nvim", "williamboman/mason-lspconfig.nvim", "hrsh7th/cmp-nvim-lsp",