Skip to content

Instantly share code, notes, and snippets.

@Mic92
Created April 6, 2017 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mic92/92dfcde06365c08b06a0c4ada8b223d9 to your computer and use it in GitHub Desktop.
Save Mic92/92dfcde06365c08b06a0c4ada8b223d9 to your computer and use it in GitHub Desktop.
vim = pkgs.vim_configurable.customize {
name = "vim";
vimrcConfig.customRC = "source ~/.vimrc";
vimrcConfig.packages.nixbundle = with pkgs.vimPlugins; {
# loaded on launch
start = [
youcompleteme
#deoplete-nvim
#deoplete-jedi
#clang_complete
syntastic
gitgutter
airline
nerdtree
colors-solarized
vim-go
vim-scala
vim-polyglot
syntastic
# delimitMate
editorconfig-vim
ctrlp
rust-vim
# vim-trailing-whitespace
];
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment