From 14557b33dde0d076a0643eb823cb010af3788885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 30 Jan 2019 15:54:31 +0100 Subject: [PATCH] vim: remove wildignore --- dot/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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