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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user