vimPlugins.emmet-vim: init at 2018-10-06
This commit is contained in:
parent
73cddf1e95
commit
24770039e5
@ -477,6 +477,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
emmet-vim = buildVimPluginFrom2Nix {
|
||||
name = "emmet-vim-2018-10-06";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mattn";
|
||||
repo = "emmet-vim";
|
||||
rev = "7a4bf3463ef1e2c08393218fc67a8729c00948a5";
|
||||
sha256 = "15y5h7b6ll7nngaq9i44xb88rw2jg5ahbvybdn7kdf0nq1m3z409";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
};
|
||||
|
||||
ensime-vim = buildVimPluginFrom2Nix {
|
||||
name = "ensime-vim-2018-10-10";
|
||||
src = fetchFromGitHub {
|
||||
|
@ -167,6 +167,7 @@ MarcWeber/vim-addon-syntax-checker
|
||||
MarcWeber/vim-addon-toggle-buffer
|
||||
MarcWeber/vim-addon-xdebug
|
||||
martinda/Jenkinsfile-vim-syntax
|
||||
mattn/emmet-vim
|
||||
mattn/gist-vim
|
||||
mattn/webapi-vim
|
||||
mbbill/undotree
|
||||
|
Loading…
Reference in New Issue
Block a user