Small changes fixing accidental changes
This commit is contained in:
parent
c330e2819d
commit
aeefede352
2 changed files with 2 additions and 1 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue