From 8a5f4a30631852a3192cf462616b6d27630ff838 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 11 Jul 2024 19:50:31 +0100 Subject: [PATCH] Switch to lazydev from the archived neodev --- lua/plugins/completions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index 5a8a74c..0ead3c1 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -54,7 +54,7 @@ return { 'hrsh7th/nvim-cmp', -- Completion engine combines and uses the above -- Lua vim module support in lua language server - 'folke/neodev.nvim', + { 'folke/lazydev.nvim', ft = 'lua', opts = {} }, -- Expose clangd extensions 'p00f/clangd_extensions.nvim',