422 current 2024-04-19 00:53:34 24.05.20240418.bc279bb 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta
This commit is contained in:
parent
96f3c61b38
commit
1546df54f8
2 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ return {
|
||||||
{ name = "luasnip", priority = 750 },
|
{ name = "luasnip", priority = 750 },
|
||||||
{ name = "buffer", priority = 500 },
|
{ name = "buffer", priority = 500 },
|
||||||
{ name = "path", priority = 250 },
|
{ name = "path", priority = 250 },
|
||||||
|
{ name = "neorg", priority = 250 },
|
||||||
}),
|
}),
|
||||||
mapping = {
|
mapping = {
|
||||||
["<Up>"] = cmp.mapping.select_prev_item({ behavior = cmp.SelectBehavior.Select }),
|
["<Up>"] = cmp.mapping.select_prev_item({ behavior = cmp.SelectBehavior.Select }),
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,9 @@ return {
|
||||||
index = "index.norg",
|
index = "index.norg",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
["core.completion"] = {
|
||||||
|
engine = "nvim-cmp",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue