vimPlugins.vim-colemak: init at 2016-10-16

This commit is contained in:
Wael M. Nasreddine 2018-11-07 11:21:50 -08:00
parent f5b9fd6f6d
commit 4b65df6c0c
No known key found for this signature in database
GPG key ID: 82AE0A31B33CEFCF
2 changed files with 11 additions and 0 deletions

View file

@ -1940,6 +1940,16 @@
};
};
vim-colemak = buildVimPluginFrom2Nix {
name = "vim-colemak-2016-10-16";
src = fetchFromGitHub {
owner = "kalbasit";
repo = "vim-colemak";
rev = "6ac1c0bf362845355c65dfeab9a9987c1b4dc7ec";
sha256 = "1li7yc5vglrhf7w7i7gs2i7ihdb1bhx85basmpgqlf7790lv1599";
};
};
vim-colors-solarized = buildVimPluginFrom2Nix {
name = "vim-colors-solarized-2011-05-09";
src = fetchFromGitHub {

View file

@ -120,6 +120,7 @@ junegunn/vim-plug
justincampbell/vim-eighties
justinmk/vim-dirvish
KabbAmine/zeavim.vim
kalbasit/vim-colemak
kana/vim-niceblock
kana/vim-operator-replace
kana/vim-operator-user