mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
vim: remove wildignore
This commit is contained in:
@@ -34,7 +34,7 @@ with import ../helpers.nix;
|
|||||||
set number
|
set number
|
||||||
set path=$PWD/**
|
set path=$PWD/**
|
||||||
set completeopt=menu,longest
|
set completeopt=menu,longest
|
||||||
set wildmode=list:full wildignore+=${commaSep config.constants.ignore}
|
set wildmode=list:full
|
||||||
set shortmess+=aI
|
set shortmess+=aI
|
||||||
set nowritebackup noswapfile
|
set nowritebackup noswapfile
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
|||||||
Reference in New Issue
Block a user