diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index be3da3c..4af65c2 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -90,7 +90,6 @@ return { end, }, sources = { - { name = 'neorg', priority = 8 }, { name = 'luasnip', priority = 8 }, { name = 'nvim_lsp',