vimPlugins.direnv-vim: init at 2017-12-29
This commit is contained in:
parent
865cbd380d
commit
644c864637
@ -436,6 +436,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
direnv-vim = buildVimPluginFrom2Nix {
|
||||
name = "direnv-vim-2017-12-29";
|
||||
src = fetchFromGitHub {
|
||||
owner = "direnv";
|
||||
repo = "direnv.vim";
|
||||
rev = "4d6271f0facd57a478c0d02895775dc01f577c5c";
|
||||
sha256 = "1vfg4hrxbqc96w694cn9gzjvwkscd111fp6dqlh7wpd2z3ciw07h";
|
||||
};
|
||||
};
|
||||
|
||||
echodoc-vim = buildVimPluginFrom2Nix {
|
||||
name = "echodoc-vim-2018-10-20";
|
||||
src = fetchFromGitHub {
|
||||
|
@ -42,6 +42,7 @@ derekelkins/agda-vim
|
||||
derekwyatt/vim-scala
|
||||
dhruvasagar/vim-table-mode
|
||||
digitaltoad/vim-jade
|
||||
direnv/direnv.vim
|
||||
dleonard0/pony-vim-syntax
|
||||
dracula/vim
|
||||
drmingdrmer/xptemplate
|
||||
|
Loading…
Reference in New Issue
Block a user