feat(neorg): completion with cmp
This commit is contained in:
parent
cde7f74d0b
commit
7b8db55790
@ -287,6 +287,11 @@ require('lazy').setup({
|
||||
require("neorg").setup {
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.completion"] = {
|
||||
config = {
|
||||
engine = "nvim-cmp",
|
||||
},
|
||||
},
|
||||
["core.concealer"] = {
|
||||
config = {
|
||||
icon_preset = "diamond",
|
||||
|
Loading…
Reference in New Issue
Block a user