chore(nvim): performance nvim-cmp (wip)
parent
349e5114df
commit
ec2e365b78
|
@ -181,6 +181,9 @@ require("lazy").setup({
|
|||
config = function()
|
||||
local cmp = require("cmp")
|
||||
cmp.setup({
|
||||
performance = {
|
||||
max_view_entries = 8,
|
||||
},
|
||||
snippet = {
|
||||
expand = function(args)
|
||||
vim.fn["vsnip#anonymous"](args.body)
|
||||
|
|
Loading…
Reference in New Issue