vim-plugins: sort plugin-names and fix indentation
This commit is contained in:
parent
81d444102c
commit
cf0a87b44e
@ -52,6 +52,7 @@ rec {
|
|||||||
# aliasess
|
# aliasess
|
||||||
"sourcemap.vim" = sourcemap;
|
"sourcemap.vim" = sourcemap;
|
||||||
Colour_Sampler_Pack = Colour-Sampler-Pack;
|
Colour_Sampler_Pack = Colour-Sampler-Pack;
|
||||||
|
Gundo = gundo-vim; # backwards compat, added 2015-10-03
|
||||||
YouCompleteMe = youcompleteme;
|
YouCompleteMe = youcompleteme;
|
||||||
airline = vim-airline;
|
airline = vim-airline;
|
||||||
alternative = a-vim; # backwards compat, added 2014-10-21
|
alternative = a-vim; # backwards compat, added 2014-10-21
|
||||||
@ -61,31 +62,41 @@ rec {
|
|||||||
colors-solarized = Solarized;
|
colors-solarized = Solarized;
|
||||||
colorsamplerpack = Colour_Sampler_Pack;
|
colorsamplerpack = Colour_Sampler_Pack;
|
||||||
command_T = command-t; # backwards compat, added 2014-10-18
|
command_T = command-t; # backwards compat, added 2014-10-18
|
||||||
|
committia = committia-vim-git;
|
||||||
|
concealedyank = concealedyank-vim;
|
||||||
|
context-filetype = context_filetype-vim;
|
||||||
css_color_5056 = vim-css-color;
|
css_color_5056 = vim-css-color;
|
||||||
ctrlp = ctrlp-vim;
|
ctrlp = ctrlp-vim;
|
||||||
|
cute-python = vim-cute-python-git;
|
||||||
denite = denite-nvim;
|
denite = denite-nvim;
|
||||||
easy-align = vim-easy-align;
|
easy-align = vim-easy-align;
|
||||||
easymotion = vim-easymotion;
|
easymotion = vim-easymotion;
|
||||||
|
echodoc = echodoc-vim;
|
||||||
eighties = vim-eighties;
|
eighties = vim-eighties;
|
||||||
ghc-mod-vim = ghcmod;
|
ghc-mod-vim = ghcmod;
|
||||||
gist-vim = Gist;
|
gist-vim = Gist;
|
||||||
gitgutter = vim-gitgutter;
|
gitgutter = vim-gitgutter;
|
||||||
gundo = gundo-vim;
|
gundo = gundo-vim;
|
||||||
Gundo = gundo-vim; # backwards compat, added 2015-10-03
|
|
||||||
haskellConceal = haskellconceal; # backwards compat, added 2014-10-18
|
haskellConceal = haskellconceal; # backwards compat, added 2014-10-18
|
||||||
haskellconceal = vim-haskellconceal;
|
|
||||||
haskellConcealPlus = vim-haskellConcealPlus;
|
haskellConcealPlus = vim-haskellConcealPlus;
|
||||||
|
haskellconceal = vim-haskellconceal;
|
||||||
hier = vim-hier;
|
hier = vim-hier;
|
||||||
hlint-refactor = hlint-refactor-vim;
|
hlint-refactor = hlint-refactor-vim;
|
||||||
hoogle = Hoogle;
|
hoogle = Hoogle;
|
||||||
ipython = vim-ipython;
|
ipython = vim-ipython;
|
||||||
latex-live-preview = vim-latex-live-preview;
|
latex-live-preview = vim-latex-live-preview;
|
||||||
|
mayansmoke = mayansmoke-git;
|
||||||
multiple-cursors = vim-multiple-cursors;
|
multiple-cursors = vim-multiple-cursors;
|
||||||
necoGhc = neco-ghc; # backwards compat, added 2014-10-18
|
necoGhc = neco-ghc; # backwards compat, added 2014-10-18
|
||||||
neocomplete = neocomplete-vim;
|
neocomplete = neocomplete-vim;
|
||||||
|
neoinclude = neoinclude-vim;
|
||||||
|
neomru = neomru-vim;
|
||||||
neosnippet = neosnippet-vim;
|
neosnippet = neosnippet-vim;
|
||||||
|
neoyank = neoyank-vim-git;
|
||||||
nerdcommenter = The_NERD_Commenter;
|
nerdcommenter = The_NERD_Commenter;
|
||||||
nerdtree = The_NERD_tree;
|
nerdtree = The_NERD_tree;
|
||||||
|
open-browser = open-browser-vim;
|
||||||
|
peskcolor = peskcolor-vim-git;
|
||||||
polyglot = vim-polyglot;
|
polyglot = vim-polyglot;
|
||||||
quickrun = vim-quickrun;
|
quickrun = vim-quickrun;
|
||||||
repeat = vim-repeat;
|
repeat = vim-repeat;
|
||||||
@ -95,33 +106,22 @@ rec {
|
|||||||
stylishHaskell = stylish-haskell; # backwards compat, added 2014-10-18
|
stylishHaskell = stylish-haskell; # backwards compat, added 2014-10-18
|
||||||
supertab = Supertab;
|
supertab = Supertab;
|
||||||
syntastic = Syntastic;
|
syntastic = Syntastic;
|
||||||
tabular = Tabular;
|
|
||||||
tabpagebuffer = tabpagebuffer-vim;
|
tabpagebuffer = tabpagebuffer-vim;
|
||||||
|
tabular = Tabular;
|
||||||
tagbar = Tagbar;
|
tagbar = Tagbar;
|
||||||
thumbnail = thumbnail-vim;
|
thumbnail = thumbnail-vim;
|
||||||
tmux-navigator = vim-tmux-navigator;
|
tmux-navigator = vim-tmux-navigator;
|
||||||
tmuxNavigator = tmux-navigator; # backwards compat, added 2014-10-18
|
tmuxNavigator = tmux-navigator; # backwards compat, added 2014-10-18
|
||||||
tslime = tslime-vim;
|
tslime = tslime-vim;
|
||||||
unite = unite-vim;
|
unite = unite-vim;
|
||||||
|
vim-grepper = vim-grepper-git;
|
||||||
|
vim-test = vim-test-git;
|
||||||
vimproc = vimproc-vim;
|
vimproc = vimproc-vim;
|
||||||
vimshell = vimshell-vim;
|
vimshell = vimshell-vim;
|
||||||
watchdogs = vim-watchdogs;
|
watchdogs = vim-watchdogs;
|
||||||
webapi-vim = WebAPI;
|
webapi-vim = WebAPI;
|
||||||
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
||||||
yankring = YankRing;
|
yankring = YankRing;
|
||||||
neomru = neomru-vim;
|
|
||||||
echodoc = echodoc-vim;
|
|
||||||
context-filetype = context_filetype-vim;
|
|
||||||
open-browser = open-browser-vim;
|
|
||||||
concealedyank = concealedyank-vim;
|
|
||||||
cute-python = vim-cute-python-git;
|
|
||||||
vim-grepper = vim-grepper-git;
|
|
||||||
neoinclude = neoinclude-vim;
|
|
||||||
committia = committia-vim-git;
|
|
||||||
vim-test = vim-test-git;
|
|
||||||
neoyank = neoyank-vim-git;
|
|
||||||
peskcolor = peskcolor-vim-git;
|
|
||||||
mayansmoke = mayansmoke-git;
|
|
||||||
|
|
||||||
# do not auto-update this one, as the name clashes with vim-snippets
|
# do not auto-update this one, as the name clashes with vim-snippets
|
||||||
vim-docbk-snippets = buildVimPluginFrom2Nix {
|
vim-docbk-snippets = buildVimPluginFrom2Nix {
|
||||||
|
@ -34,13 +34,19 @@
|
|||||||
"github:ajh17/Spacegray.vim"
|
"github:ajh17/Spacegray.vim"
|
||||||
"github:albfan/nerdtree-git-plugin"
|
"github:albfan/nerdtree-git-plugin"
|
||||||
"github:alvan/vim-closetag"
|
"github:alvan/vim-closetag"
|
||||||
|
"github:andsild/peskcolor.vim.git"
|
||||||
"github:andviro/flake8-vim"
|
"github:andviro/flake8-vim"
|
||||||
"github:ap/vim-css-color"
|
"github:ap/vim-css-color"
|
||||||
"github:autozimu/LanguageClient-neovim"
|
"github:autozimu/LanguageClient-neovim"
|
||||||
|
"github:bazelbuild/vim-bazel"
|
||||||
"github:bbchung/clighter8"
|
"github:bbchung/clighter8"
|
||||||
"github:benekastah/neomake"
|
"github:benekastah/neomake"
|
||||||
"github:bitc/vim-hdevtools"
|
"github:bitc/vim-hdevtools"
|
||||||
"github:bronson/vim-trailing-whitespace"
|
"github:bronson/vim-trailing-whitespace"
|
||||||
|
"github:cespare/vim-toml"
|
||||||
|
"github:chemzqm/denite-extra"
|
||||||
|
"github:chemzqm/denite-git"
|
||||||
|
"github:chikatoike/concealedyank.vim"
|
||||||
"github:christoomey/vim-sort-motion"
|
"github:christoomey/vim-sort-motion"
|
||||||
"github:christoomey/vim-tmux-navigator"
|
"github:christoomey/vim-tmux-navigator"
|
||||||
"github:ctjhoa/spacevim"
|
"github:ctjhoa/spacevim"
|
||||||
@ -53,9 +59,11 @@
|
|||||||
"github:drmingdrmer/xptemplate"
|
"github:drmingdrmer/xptemplate"
|
||||||
"github:eagletmt/neco-ghc"
|
"github:eagletmt/neco-ghc"
|
||||||
"github:editorconfig/editorconfig-vim"
|
"github:editorconfig/editorconfig-vim"
|
||||||
|
"github:ehamberg/vim-cute-python.git"
|
||||||
"github:eikenb/acp"
|
"github:eikenb/acp"
|
||||||
"github:elixir-lang/vim-elixir"
|
"github:elixir-lang/vim-elixir"
|
||||||
"github:elmcast/elm-vim"
|
"github:elmcast/elm-vim"
|
||||||
|
"github:elzr/vim-json"
|
||||||
"github:embear/vim-localvimrc"
|
"github:embear/vim-localvimrc"
|
||||||
"github:enomsg/vim-haskellConcealPlus"
|
"github:enomsg/vim-haskellConcealPlus"
|
||||||
"github:ensime/ensime-vim"
|
"github:ensime/ensime-vim"
|
||||||
@ -74,7 +82,9 @@
|
|||||||
"github:itchyny/calendar.vim"
|
"github:itchyny/calendar.vim"
|
||||||
"github:itchyny/lightline.vim"
|
"github:itchyny/lightline.vim"
|
||||||
"github:itchyny/thumbnail.vim"
|
"github:itchyny/thumbnail.vim"
|
||||||
|
"github:itchyny/vim-gitbranch"
|
||||||
"github:ivanov/vim-ipython"
|
"github:ivanov/vim-ipython"
|
||||||
|
"github:janko-m/vim-test.git"
|
||||||
"github:jceb/vim-hier"
|
"github:jceb/vim-hier"
|
||||||
"github:jceb/vim-orgmode"
|
"github:jceb/vim-orgmode"
|
||||||
"github:jeetsukumaran/vim-buffergator"
|
"github:jeetsukumaran/vim-buffergator"
|
||||||
@ -89,6 +99,9 @@
|
|||||||
"github:junegunn/limelight.vim"
|
"github:junegunn/limelight.vim"
|
||||||
"github:junegunn/vim-peekaboo"
|
"github:junegunn/vim-peekaboo"
|
||||||
"github:justincampbell/vim-eighties"
|
"github:justincampbell/vim-eighties"
|
||||||
|
"github:kana/vim-niceblock"
|
||||||
|
"github:kana/vim-operator-replace"
|
||||||
|
"github:kana/vim-operator-user"
|
||||||
"github:latex-box-team/latex-box"
|
"github:latex-box-team/latex-box"
|
||||||
"github:leafgarland/typescript-vim"
|
"github:leafgarland/typescript-vim"
|
||||||
"github:lepture/vim-jinja"
|
"github:lepture/vim-jinja"
|
||||||
@ -102,6 +115,7 @@
|
|||||||
"github:megaannum/forms"
|
"github:megaannum/forms"
|
||||||
"github:megaannum/self"
|
"github:megaannum/self"
|
||||||
"github:mfukar/robotframework-vim"
|
"github:mfukar/robotframework-vim"
|
||||||
|
"github:mhinz/vim-grepper.git"
|
||||||
"github:mhinz/vim-startify"
|
"github:mhinz/vim-startify"
|
||||||
"github:michaeljsmith/vim-indent-object"
|
"github:michaeljsmith/vim-indent-object"
|
||||||
"github:mileszs/ack.vim"
|
"github:mileszs/ack.vim"
|
||||||
@ -113,33 +127,47 @@
|
|||||||
"github:neovimhaskell/haskell-vim"
|
"github:neovimhaskell/haskell-vim"
|
||||||
"github:nixprime/cpsm"
|
"github:nixprime/cpsm"
|
||||||
"github:osyo-manga/shabadou.vim"
|
"github:osyo-manga/shabadou.vim"
|
||||||
|
"github:osyo-manga/vim-textobj-multiblock"
|
||||||
"github:osyo-manga/vim-watchdogs"
|
"github:osyo-manga/vim-watchdogs"
|
||||||
"github:plasticboy/vim-markdown"
|
"github:plasticboy/vim-markdown"
|
||||||
"github:python-mode/python-mode"
|
"github:python-mode/python-mode"
|
||||||
"github:racer-rust/vim-racer"
|
"github:racer-rust/vim-racer"
|
||||||
"github:raichoo/purescript-vim"
|
"github:raichoo/purescript-vim"
|
||||||
|
"github:reedes/vim-wordy"
|
||||||
|
"github:rhysd/committia.vim.git"
|
||||||
"github:rhysd/vim-grammarous"
|
"github:rhysd/vim-grammarous"
|
||||||
|
"github:rhysd/vim-operator-surround"
|
||||||
"github:rodjek/vim-puppet"
|
"github:rodjek/vim-puppet"
|
||||||
"github:roxma/nvim-completion-manager"
|
|
||||||
"github:roxma/nvim-cm-racer"
|
"github:roxma/nvim-cm-racer"
|
||||||
"github:ryanoasis/vim-devicons"
|
"github:roxma/nvim-completion-manager"
|
||||||
"github:rust-lang/rust.vim"
|
"github:rust-lang/rust.vim"
|
||||||
|
"github:ryanoasis/vim-devicons"
|
||||||
"github:sbdchd/neoformat"
|
"github:sbdchd/neoformat"
|
||||||
"github:sebastianmarkow/deoplete-rust"
|
"github:sebastianmarkow/deoplete-rust"
|
||||||
"github:sheerun/vim-polyglot"
|
"github:sheerun/vim-polyglot"
|
||||||
|
"github:shougo/context_filetype.vim"
|
||||||
|
"github:shougo/denite.nvim"
|
||||||
|
"github:shougo/echodoc.vim"
|
||||||
|
"github:shougo/neco-syntax"
|
||||||
"github:shougo/neco-vim"
|
"github:shougo/neco-vim"
|
||||||
"github:shougo/neocomplete.vim"
|
"github:shougo/neocomplete.vim"
|
||||||
|
"github:shougo/neoinclude.vim"
|
||||||
|
"github:shougo/neomru.vim"
|
||||||
"github:shougo/neosnippet-snippets"
|
"github:shougo/neosnippet-snippets"
|
||||||
"github:shougo/neosnippet.vim"
|
"github:shougo/neosnippet.vim"
|
||||||
|
"github:shougo/neoyank.vim.git"
|
||||||
|
"github:shougo/tabpagebuffer.vim"
|
||||||
"github:shougo/unite.vim"
|
"github:shougo/unite.vim"
|
||||||
"github:shougo/vimproc.vim"
|
"github:shougo/vimproc.vim"
|
||||||
"github:shougo/vimshell.vim"
|
"github:shougo/vimshell.vim"
|
||||||
"github:sjl/gundo.vim"
|
"github:sjl/gundo.vim"
|
||||||
"github:slashmili/alchemist.vim"
|
"github:slashmili/alchemist.vim"
|
||||||
|
"github:t9md/vim-smalls"
|
||||||
"github:takac/vim-hardtime"
|
"github:takac/vim-hardtime"
|
||||||
"github:terryma/vim-expand-region"
|
"github:terryma/vim-expand-region"
|
||||||
"github:tex/vimpreviewpandoc"
|
"github:tex/vimpreviewpandoc"
|
||||||
"github:thinca/vim-quickrun"
|
"github:thinca/vim-quickrun"
|
||||||
|
"github:thinca/vim-themis"
|
||||||
"github:tomasr/molokai"
|
"github:tomasr/molokai"
|
||||||
"github:tpope/vim-dispatch"
|
"github:tpope/vim-dispatch"
|
||||||
"github:tpope/vim-eunuch"
|
"github:tpope/vim-eunuch"
|
||||||
@ -148,25 +176,28 @@
|
|||||||
"github:tpope/vim-speeddating"
|
"github:tpope/vim-speeddating"
|
||||||
"github:travitch/hasksyn"
|
"github:travitch/hasksyn"
|
||||||
"github:twinside/vim-haskellconceal"
|
"github:twinside/vim-haskellconceal"
|
||||||
|
"github:tyru/open-browser.vim"
|
||||||
"github:valloric/youcompleteme"
|
"github:valloric/youcompleteme"
|
||||||
"github:vim-airline/vim-airline-themes"
|
"github:vim-airline/vim-airline-themes"
|
||||||
"github:vim-pandoc/vim-pandoc"
|
"github:vim-pandoc/vim-pandoc"
|
||||||
"github:vim-pandoc/vim-pandoc-after"
|
"github:vim-pandoc/vim-pandoc-after"
|
||||||
"github:vim-pandoc/vim-pandoc-syntax"
|
"github:vim-pandoc/vim-pandoc-syntax"
|
||||||
"github:vim-scripts/Colour-Sampler-Pack"
|
"github:vim-scripts/Colour-Sampler-Pack"
|
||||||
|
"github:vim-scripts/Improved-AnsiEsc"
|
||||||
"github:vim-scripts/Rename"
|
"github:vim-scripts/Rename"
|
||||||
"github:vim-scripts/ReplaceWithRegister"
|
"github:vim-scripts/ReplaceWithRegister"
|
||||||
"github:vim-scripts/a.vim"
|
"github:vim-scripts/a.vim"
|
||||||
"github:vim-scripts/align"
|
"github:vim-scripts/align"
|
||||||
"github:vim-scripts/argtextobj.vim"
|
"github:vim-scripts/argtextobj.vim"
|
||||||
"github:vim-scripts/changeColorScheme.vim"
|
"github:vim-scripts/changeColorScheme.vim"
|
||||||
|
"github:vim-scripts/mayansmoke.git"
|
||||||
"github:vim-scripts/random.vim"
|
"github:vim-scripts/random.vim"
|
||||||
"github:vim-scripts/tabmerge"
|
"github:vim-scripts/tabmerge"
|
||||||
"github:vim-scripts/wombat256.vim"
|
"github:vim-scripts/wombat256.vim"
|
||||||
"github:w0rp/ale"
|
"github:w0rp/ale"
|
||||||
"github:wakatime/vim-wakatime"
|
"github:wakatime/vim-wakatime"
|
||||||
"github:wincent/command-t"
|
|
||||||
"github:will133/vim-dirdiff"
|
"github:will133/vim-dirdiff"
|
||||||
|
"github:wincent/command-t"
|
||||||
"github:xolox/vim-easytags"
|
"github:xolox/vim-easytags"
|
||||||
"github:xolox/vim-misc"
|
"github:xolox/vim-misc"
|
||||||
"github:zah/nim.vim"
|
"github:zah/nim.vim"
|
||||||
@ -238,35 +269,3 @@
|
|||||||
"vundle"
|
"vundle"
|
||||||
"xterm-color-table"
|
"xterm-color-table"
|
||||||
"zeavim"
|
"zeavim"
|
||||||
"github:shougo/denite.nvim"
|
|
||||||
"github:shougo/tabpagebuffer.vim"
|
|
||||||
"github:shougo/neomru.vim"
|
|
||||||
"github:shougo/echodoc.vim"
|
|
||||||
"github:shougo/context_filetype.vim"
|
|
||||||
"github:elzr/vim-json"
|
|
||||||
"github:tyru/open-browser.vim"
|
|
||||||
"github:kana/vim-operator-user"
|
|
||||||
"github:kana/vim-niceblock"
|
|
||||||
"github:kana/vim-operator-replace"
|
|
||||||
"github:kana/vim-textobj-user"
|
|
||||||
"github:rhysd/vim-operator-surround"
|
|
||||||
"github:chikatoike/concealedyank.vim"
|
|
||||||
"github:osyo-manga/vim-textobj-multiblock"
|
|
||||||
"github:thinca/vim-themis"
|
|
||||||
"github:cespare/vim-toml"
|
|
||||||
"github:t9md/vim-smalls"
|
|
||||||
"github:ehamberg/vim-cute-python.git"
|
|
||||||
"github:shougo/neoinclude.vim"
|
|
||||||
"github:rhysd/committia.vim.git"
|
|
||||||
"github:shougo/neco-syntax"
|
|
||||||
"github:mhinz/vim-grepper.git"
|
|
||||||
"github:janko-m/vim-test.git"
|
|
||||||
"github:andsild/peskcolor.vim.git"
|
|
||||||
"github:vim-scripts/mayansmoke.git"
|
|
||||||
"github:shougo/neoyank.vim.git"
|
|
||||||
"github:chemzqm/denite-git"
|
|
||||||
"github:chemzqm/denite-extra"
|
|
||||||
"github:bazelbuild/vim-bazel"
|
|
||||||
"github:reedes/vim-wordy"
|
|
||||||
"github:vim-scripts/Improved-AnsiEsc"
|
|
||||||
"github:itchyny/vim-gitbranch"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user