422 current 2024-04-19 00:53:34 24.05.20240418.bc279bb 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta

This commit is contained in:
zackartz 2024-04-19 00:53:35 -04:00
parent 96f3c61b38
commit 1546df54f8
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 4 additions and 0 deletions

View file

@ -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 }),

View file

@ -17,6 +17,9 @@ return {
index = "index.norg", index = "index.norg",
}, },
}, },
["core.completion"] = {
engine = "nvim-cmp",
},
}) })
end, end,
}, },