[Nix-dev] YouCompleteMe vim plugin

2015-06-09 Thread Tobias Pflug
Hi, i recently started setting up nixos on a separate partition on my macbook. One annoying little thing I don't get past is one vim plugin that I need to work: YouCompleteMe: https://github.com/Valloric/YouCompleteMe I am aware that there is some sort of vimplugin2nix solution but that would

Re: [Nix-dev] YouCompleteMe vim plugin

2015-06-09 Thread Marc Weber
I use such, instead of VAM you can use vundle, however this direct comparison has shown that VAM event starts up faster. vimMarc = vim_configurable.customize { name = vim-marc-weber; vimrcConfig.vam.knownPlugins = vimPluginsUsedByMarcWeber;