vimPlugins.vim-cue: init at 2020-02-06

This commit is contained in:
Jean-Philippe Braun 2020-02-22 12:45:25 +01:00 committed by Jon
parent 98552bf69b
commit 089d85baba
2 changed files with 12 additions and 0 deletions

View file

@ -3632,6 +3632,17 @@ let
};
};
vim-cue = buildVimPluginFrom2Nix {
pname = "vim-cue";
version = "2020-02-06";
src = fetchFromGitHub {
owner = "jjo";
repo = "vim-cue";
rev = "482f0b1df03f59bbd1bf4bca99314770289a7f35";
sha256 = "05c9amxpn4zyb8hvcnzrzq43r70hzs32rhn5rjaf5jflgmwaph0q";
};
};
vim-cursorword = buildVimPluginFrom2Nix {
pname = "vim-cursorword";
version = "2020-02-01";

View file

@ -158,6 +158,7 @@ jhradilek/vim-docbk
jhradilek/vim-snippets as vim-docbk-snippets
jiangmiao/auto-pairs
jistr/vim-nerdtree-tabs
jjo/vim-cue
jlanzarotta/bufexplorer
jnurmine/zenburn
jonbri/vim-colorstepper