1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add wildignore option

This commit is contained in:
jdhao 2020-09-28 00:27:25 +08:00
parent 23d6b3d0bc
commit f51de94531

View File

@ -62,6 +62,7 @@ set showbreak=↪
" List all matches and complete till longest common string
set wildmode=list:longest
set wildignorecase " ignore file and dir name cases in cmd-completion
" Show current line where the cursor is
set cursorline