|
|
@ -147,7 +147,7 @@ EOF
|
|
|
|
autocmd BufEnter * lua require'completion'.on_attach()
|
|
|
|
autocmd BufEnter * lua require'completion'.on_attach()
|
|
|
|
|
|
|
|
|
|
|
|
" nvim-lua/completion-nvim
|
|
|
|
" 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_matching_smart_case = 1
|
|
|
|
let g:completion_enable_snippet = 'UltiSnips'
|
|
|
|
let g:completion_enable_snippet = 'UltiSnips'
|
|
|
|
|
|
|
|
|
|
|
|