nvim: init: Enable fuzzy matching for completion candidates
This commit is contained in:
parent
0e45f3229a
commit
db041f6281
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ vim.o.termguicolors = true
|
|||
vim.o.fileformat = 'unix'
|
||||
vim.o.inccommand = 'split'
|
||||
vim.o.mouse = ''
|
||||
vim.o.completeopt = 'menuone,noselect'
|
||||
vim.o.completeopt = 'menuone,noselect,fuzzy'
|
||||
vim.o.wildmode = 'longest:full,full'
|
||||
vim.o.wildoptions = 'pum'
|
||||
vim.o.pumblend = 30
|
||||
|
|
Loading…
Reference in a new issue