vim-plugins: sort plugin-names and fix indentation

This commit is contained in:
Anders Sildnes
2018-02-01 16:23:39 +01:00
parent 81d444102c
commit cf0a87b44e
2 changed files with 50 additions and 51 deletions
+16 -16
View File
@@ -52,6 +52,7 @@ rec {
# aliasess
"sourcemap.vim" = sourcemap;
Colour_Sampler_Pack = Colour-Sampler-Pack;
Gundo = gundo-vim; # backwards compat, added 2015-10-03
YouCompleteMe = youcompleteme;
airline = vim-airline;
alternative = a-vim; # backwards compat, added 2014-10-21
@@ -61,31 +62,41 @@ rec {
colors-solarized = Solarized;
colorsamplerpack = Colour_Sampler_Pack;
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;
ctrlp = ctrlp-vim;
cute-python = vim-cute-python-git;
denite = denite-nvim;
easy-align = vim-easy-align;
easymotion = vim-easymotion;
echodoc = echodoc-vim;
eighties = vim-eighties;
ghc-mod-vim = ghcmod;
gist-vim = Gist;
gitgutter = vim-gitgutter;
gundo = gundo-vim;
Gundo = gundo-vim; # backwards compat, added 2015-10-03
haskellConceal = haskellconceal; # backwards compat, added 2014-10-18
haskellconceal = vim-haskellconceal;
haskellConcealPlus = vim-haskellConcealPlus;
haskellconceal = vim-haskellconceal;
hier = vim-hier;
hlint-refactor = hlint-refactor-vim;
hoogle = Hoogle;
ipython = vim-ipython;
latex-live-preview = vim-latex-live-preview;
mayansmoke = mayansmoke-git;
multiple-cursors = vim-multiple-cursors;
necoGhc = neco-ghc; # backwards compat, added 2014-10-18
neocomplete = neocomplete-vim;
neoinclude = neoinclude-vim;
neomru = neomru-vim;
neosnippet = neosnippet-vim;
neoyank = neoyank-vim-git;
nerdcommenter = The_NERD_Commenter;
nerdtree = The_NERD_tree;
open-browser = open-browser-vim;
peskcolor = peskcolor-vim-git;
polyglot = vim-polyglot;
quickrun = vim-quickrun;
repeat = vim-repeat;
@@ -95,33 +106,22 @@ rec {
stylishHaskell = stylish-haskell; # backwards compat, added 2014-10-18
supertab = Supertab;
syntastic = Syntastic;
tabular = Tabular;
tabpagebuffer = tabpagebuffer-vim;
tabular = Tabular;
tagbar = Tagbar;
thumbnail = thumbnail-vim;
tmux-navigator = vim-tmux-navigator;
tmuxNavigator = tmux-navigator; # backwards compat, added 2014-10-18
tslime = tslime-vim;
unite = unite-vim;
vim-grepper = vim-grepper-git;
vim-test = vim-test-git;
vimproc = vimproc-vim;
vimshell = vimshell-vim;
watchdogs = vim-watchdogs;
webapi-vim = WebAPI;
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
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
vim-docbk-snippets = buildVimPluginFrom2Nix {