Merge pull request #115258 from humancalico/tremor-vim
vimPlugins.tremor-vim: init at 2020-11-19
This commit is contained in:
commit
db74faeb71
@ -4334,6 +4334,18 @@ let
|
|||||||
meta.homepage = "https://github.com/tjdevries/train.nvim/";
|
meta.homepage = "https://github.com/tjdevries/train.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tremor-vim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "tremor-nvim";
|
||||||
|
version = "2020-11-19";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "tremor-rs";
|
||||||
|
repo = "tremor-vim";
|
||||||
|
rev = "17e53c33f3b0e825330580034ca60172b8ddaadc";
|
||||||
|
sha256 = "1gy67qjv0iwqza0yx9y8p5yzn5fszrp7szg1527h0ki3q69cfqki";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/tremor-rs/tremor-vim";
|
||||||
|
};
|
||||||
|
|
||||||
tslime-vim = buildVimPluginFrom2Nix {
|
tslime-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "tslime-vim";
|
pname = "tslime-vim";
|
||||||
version = "2020-09-09";
|
version = "2020-09-09";
|
||||||
|
@ -626,6 +626,7 @@ tpope/vim-tbone
|
|||||||
tpope/vim-unimpaired
|
tpope/vim-unimpaired
|
||||||
tpope/vim-vinegar
|
tpope/vim-vinegar
|
||||||
travitch/hasksyn
|
travitch/hasksyn
|
||||||
|
tremor-rs/tremor-vim
|
||||||
triglav/vim-visual-increment
|
triglav/vim-visual-increment
|
||||||
troydm/zoomwintab.vim
|
troydm/zoomwintab.vim
|
||||||
twerth/ir_black
|
twerth/ir_black
|
||||||
|
Loading…
x
Reference in New Issue
Block a user