1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

vim: remove wildignore

This commit is contained in:
Kierán Meinhardt
2019-01-30 15:54:31 +01:00
parent 7563bd137f
commit 14557b33dd

View File

@@ -34,7 +34,7 @@ with import ../helpers.nix;
set number
set path=$PWD/**
set completeopt=menu,longest
set wildmode=list:full wildignore+=${commaSep config.constants.ignore}
set wildmode=list:full
set shortmess+=aI
set nowritebackup noswapfile
set mouse=a