From b0cfdab1e93f660fda8f9398e30c9c996a1760f3 Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Wed, 16 Oct 2024 21:45:26 +0200 Subject: nvim change installed neorg removed trouble modified lspsaga --- nvim/lua/plugins/nvim-cmp.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nvim/lua/plugins/nvim-cmp.lua') diff --git a/nvim/lua/plugins/nvim-cmp.lua b/nvim/lua/plugins/nvim-cmp.lua index d997a2c..800391d 100644 --- a/nvim/lua/plugins/nvim-cmp.lua +++ b/nvim/lua/plugins/nvim-cmp.lua @@ -35,13 +35,15 @@ local config = function() }, sources = cmp.config.sources( { + { name = "lazydev", group_index = 0 } + }, { + { name = "neorg" } + }, { { name = "nvim_lsp" }, }, { { name = "buffer" }, }, { { name = "path" }, - }, { - { name = "lazydev", group_index = 0 } } ) }) -- cgit v1.2.3