This commit is contained in:
ant 2025-01-04 20:17:45 +01:00 committed by Antoine Vaure
parent b5f0fa7efd
commit b8b309fbe8
2 changed files with 122 additions and 213 deletions

View file

@ -1,6 +1,6 @@
local cmp = require "cmp"
local options = {
cmp.setup({
snippet = {
expand = function(args)
@ -38,6 +38,6 @@ local options = {
{ name = "nvim_lua" },
{ name = "path" },
},
}
})
return options