vim-plugins/vim-cursorword init

This commit is contained in:
Anders Sildnes 2018-01-16 16:54:19 +01:00
parent edd27a8a30
commit 78108d37f3
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -2594,6 +2594,17 @@ rec {
};
vim-cursorword = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-cursorword-2017-10-19";
src = fetchgit {
url = "git://github.com/itchyny/vim-cursorword";
rev = "4878d6185b99131c5f610cc6ad0e223439ac4601";
sha256 = "170nf0w7i5k3cr72dkvraq2p0lzsvb3cmdvslyz7cmxnz611n6bf";
};
dependencies = [];
};
vim-easy-align = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-easy-align-2017-06-03";
src = fetchgit {

View File

@ -212,6 +212,7 @@
"vim-addon-xdebug"
"vim-airline"
"vim-coffee-script"
"vim-cursorword"
"vim-easy-align"
"vim-gista"
"vim-gitgutter"