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