1
Fork 0

Small changes fixing accidental changes

This commit is contained in:
Matei Adriel 2022-10-13 01:38:16 +02:00
commit aeefede352
2 changed files with 2 additions and 1 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -69,6 +69,8 @@ function M.setup()
}, { { name = 'buffer' } })
}
cmp.setup(options)
-- Use buffer source for `/` (if you enabled `native_menu`, this won't work anymore).
cmp.setup.cmdline('/', {
mapping = cmp.mapping.preset.cmdline(),