diff --git a/dot/vim.nix b/dot/vim.nix index bae387d..73a78d2 100644 --- a/dot/vim.nix +++ b/dot/vim.nix @@ -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