Merge pull request #8110 from jagajaga/update/vimplugins

vim plugins: refactor and regenerate
This commit is contained in:
Arseniy Seroka 2015-06-01 23:41:11 +03:00
commit 0f5140c0c3
3 changed files with 814 additions and 826 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,57 +1,98 @@
"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-iced-coffee-script"
"ctrlp"
"commentary"
"Colour_Sampler_Pack"
"Gist"
"Gundo"
"Hoogle"
"Solarized"
"vim-coffee-script"
"vim-easy-align"
"Tagbar"
"Tabular"
"table-mode"
"Syntastic"
"vim-signature"
"surround"
"Supertab"
"rust"
"rainbow_parentheses"
"pathogen"
"quickfixstatus"
"Syntastic"
"Tabular"
"Tagbar"
"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"
"VimOutliner"
"WebAPI"
"YankRing"
"vim-addon-manager"
"vim-addon-nix"
"vim-gista"
"commentary"
"ctrlp"
"extradite"
"fugitive"
"ghcmod"
"github:JagaJaga/vim-addon-vim2nix"
"github:bitc/lushtags"
"github:bitc/vim-hdevtools"
"github:christoomey/vim-tmux-navigator"
"github:eagletmt/neco-ghc"
"github:esneider/YUNOcommit.vim"
"github:idris-hackers/idris-vim"
"github:itchyny/calendar.vim"
"github:itchyny/thumbnail.vim"
"github:ivanov/vim-ipython"
"github:jceb/vim-hier"
"github:jeetsukumaran/vim-buffergator"
"github:jgdavey/tslime.vim"
"github:jistr/vim-nerdtree-tabs"
"github:jnwhiteh/vim-golang"
"github:joonty/vim-xdebug"
"github:justincampbell/vim-eighties"
"github:latex-box-team/latex-box"
"github:lepture/vim-jinja"
"github:lokaltog/vim-easymotion"
"github:lyokha/vim-xkbswitch"
"github:nbouscal/vim-stylish-haskell"
"github:osyo-manga/shabadou.vim"
"github:osyo-manga/vim-watchdogs"
"github:phildawes/racer"
"github:shougo/neocomplete.vim"
"github:shougo/neosnippet-snippets"
"github:shougo/neosnippet.vim"
"github:shougo/vimproc.vim"
"github:shougo/vimshell.vim"
"github:takac/vim-hardtime"
"github:thinca/vim-quickrun"
"github:travitch/hasksyn"
"github:twinside/vim-haskellconceal"
"github:valloric/youcompleteme"
"github:vim-scripts/Colour-Sampler-Pack"
"github:vim-scripts/a.vim"
"github:vim-scripts/align"
"github:vim-scripts/tabmerge"
"github:wakatime/vim-wakatime"
"github:wincent/command-t"
"matchit.zip"
"pathogen"
"quickfixstatus"
"rainbow_parentheses"
"rust"
"sensible"
"snipmate"
"sourcemap"
"surround"
"table-mode"
"taglist"
"undotree"
"vim-addon-async"
"vim-addon-commenting"
"vim-addon-completion"
"vim-addon-local-vimrc"
"vim-addon-manager"
"vim-addon-mru"
"vim-addon-mw-utils"
"vim-addon-nix"
"vim-addon-other"
"vim-addon-php-manual"
"vim-addon-sql"
"vim-addon-syntax-checker"
"vim-addon-toggle-buffer"
"vim-addon-xdebug"
"vim-airline"
"vim-coffee-script"
"vim-easy-align"
"vim-gista"
"vim-gitgutter"
"vim-iced-coffee-script"
"vim-latex-live-preview"
"vim-signature"
"vim-snippets"
"vim2hs"
"vundle"
"wombat256"

View file

@ -102,7 +102,7 @@ Then create a temp vim file and insert:
Then ":source %" it.
nix#ExportPluginsForNix is provided by github.com/MarcWeber/vim-addon-vim2nix
nix#ExportPluginsForNix is provided by github.com/JagaJaga/vim-addon-vim2nix
A buffer will open containing the plugin derivation lines as well list
fitting the vimrcConfig.vam.pluginDictionaries option.
@ -296,7 +296,7 @@ rec {
pluginnames2Nix = {name, namefiles} : vim_configurable.customize {
inherit name;
vimrcConfig.vam.knownPlugins = vimPlugins;
vimrcConfig.vam.pluginDictionaries = ["github:JagaJaga/vim-addon-vim2nix"]; # Using fork until patch is accepted by upstream
vimrcConfig.vam.pluginDictionaries = ["vim-addon-vim2nix"]; # Using fork until patch is accepted by upstream
vimrcConfig.customRC = ''
" Yes - this is impure and will create the cache file and checkout vim-pi
" into ~/.vim/vim-addons