mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
vim: remove wildignore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user