Refactoring vim plugins again:
- sort automatcially generated vim derivations - move the plugins to be derived by VAM into its own file: vim-plugin-names - rename vimrc into vimUtils moving all common code into it so that it is possible to use it within ~/.nixpkgs/config.nix - Moving all important documentation into vimUtils - provide vimPlugins.pluginnames2Nix to provide a bin/vim-* command writing updated derivations into its buffer VAM's repository's nix.vim got some improvements @ VAM repository, eg hg fetchout out got fixed and shell failures are noticed now (Thanks to Arseniy Seroka)
This commit is contained in:
55
pkgs/misc/vim-plugins/vim-plugin-names
Normal file
55
pkgs/misc/vim-plugins/vim-plugin-names
Normal file
@@ -0,0 +1,55 @@
|
||||
"vim-addon-syntax-checker"
|
||||
"vim-addon-other"
|
||||
"vim-addon-local-vimrc"
|
||||
"snipmate"
|
||||
"vim-snippets"
|
||||
"vim-addon-mru"
|
||||
"vim-addon-commenting"
|
||||
"vim-addon-sql"
|
||||
"vim-addon-async"
|
||||
"vim-addon-toggle-buffer"
|
||||
"vim-addon-mw-utils"
|
||||
"matchit.zip"
|
||||
"vim-addon-xdebug"
|
||||
"vim-addon-php-manual"
|
||||
"sourcemap.vim"
|
||||
"vim-iced-coffee-script"
|
||||
"ctrlp"
|
||||
"commentary"
|
||||
"Colour_Sampler_Pack"
|
||||
"Solarized"
|
||||
"vim-coffee-script"
|
||||
"vim-easy-align"
|
||||
"Tagbar"
|
||||
"Tabular"
|
||||
"table-mode"
|
||||
"Syntastic"
|
||||
"vim-signature"
|
||||
"surround"
|
||||
"Supertab"
|
||||
"rust"
|
||||
"rainbow_parentheses"
|
||||
"pathogen"
|
||||
"quickfixstatus"
|
||||
"The_NERD_Commenter"
|
||||
"The_NERD_tree"
|
||||
"vim-latex-live-preview"
|
||||
"Hoogle"
|
||||
"Gundo"
|
||||
"vim-gitgutter"
|
||||
"Gist"
|
||||
"ghcmod"
|
||||
"fugitive"
|
||||
"extradite"
|
||||
"vim-airline"
|
||||
"VimOutliner"
|
||||
"vim2hs"
|
||||
"undotree"
|
||||
"UltiSnips"
|
||||
"wombat256"
|
||||
"vundle"
|
||||
"WebAPI"
|
||||
"YankRing"
|
||||
"vim-addon-manager"
|
||||
"vim-addon-nix"
|
||||
"github:MarcWeber/vim-addon-vim2nix"
|
||||
Reference in New Issue
Block a user