feat(neovim): extend neorg config
This commit is contained in:
parent
221e73df12
commit
42e069fd0f
2 changed files with 41 additions and 3 deletions
|
@ -50,6 +50,7 @@ cmp.setup({
|
|||
},
|
||||
sources = cmp.config.sources({
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "neorg" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "path" },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue