vimPlugins.vim-sourcetrail: init at 2018-06-26
This commit is contained in:
parent
b414d2a3a3
commit
3ed9ac70e9
2 changed files with 12 additions and 0 deletions
|
@ -3775,6 +3775,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-sourcetrail = buildVimPluginFrom2Nix {
|
||||
pname = "vim-sourcetrail";
|
||||
version = "2018-06-26";
|
||||
src = fetchFromGitHub {
|
||||
owner = "CoatiSoftware";
|
||||
repo = "vim-sourcetrail";
|
||||
rev = "0fd679321ce51f65a37d04e4ea9031be6eaed85d";
|
||||
sha256 = "1xgvvmah3zn22rjaa093vghwrchmpm5wj30lwwl6h398dyywz8bg";
|
||||
};
|
||||
};
|
||||
|
||||
vim-speeddating = buildVimPluginFrom2Nix {
|
||||
pname = "vim-speeddating";
|
||||
version = "2019-02-27";
|
||||
|
|
|
@ -40,6 +40,7 @@ chrisgeo/sparkup
|
|||
chriskempson/base16-vim
|
||||
christoomey/vim-sort-motion
|
||||
christoomey/vim-tmux-navigator
|
||||
CoatiSoftware/vim-sourcetrail
|
||||
cocopon/iceberg.vim
|
||||
ctjhoa/spacevim
|
||||
ctrlpvim/ctrlp.vim
|
||||
|
|
Loading…
Reference in a new issue