LnL7 / vim-nix

Vim configuration files for Nix http://nixos.org/nix
MIT License
286 stars 26 forks source link

Add test.nix file to make testing easier with Nix. #2

Closed aszlig closed 8 years ago

aszlig commented 8 years ago

This allows to just run nix-build test.nix and we get a Vim version with isolated dependencies and just Vader and nothing more.

I've used this mainly because on my setup I'm patching in Vim plugins into the default vimrc itself rather than having a dotfile or a system-wide file.

So this should avoid any clashes with existing plugins or the stock Vim initialization file.