diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 1 | ||||
-rw-r--r-- | lib/vimrc | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/common.nix b/lib/common.nix index 4bb4b65..bdf294c 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -210,6 +210,7 @@ in # vim-ripgrep # not in nixpkgs :( rainbow_parentheses vim-plug # just in case + vim-addon-local-vimrc ]; extraConfig = builtins.readFile ./vimrc; }; @@ -22,9 +22,6 @@ set textwidth=80 " Line wrap (number of cols) set visualbell " Use visual bell (no beeping) set wildmenu " Helpful completion menu -set exrc -set secure - " Strings to use in 'list' mode and for the :list command set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ |