mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 20:47:45 +01:00
vim: removed all from matching list to unclutter completion
This commit is contained in:
parent
455636f403
commit
3da53515c4
@ -147,7 +147,7 @@ EOF
|
||||
autocmd BufEnter * lua require'completion'.on_attach()
|
||||
|
||||
" nvim-lua/completion-nvim
|
||||
let g:completion_matching_strategy_list = [ 'exact', 'substring', 'fuzzy', 'all' ]
|
||||
let g:completion_matching_strategy_list = [ 'exact', 'substring', 'fuzzy' ]
|
||||
let g:completion_matching_smart_case = 1
|
||||
let g:completion_enable_snippet = 'UltiSnips'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user