vimPlugins.vim-textobj-user: init at 2018-11-19
This commit is contained in:
parent
cb81314ea0
commit
926cac85cd
@ -3951,6 +3951,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
vim-textobj-user = buildVimPluginFrom2Nix {
|
||||
pname = "vim-textobj-user";
|
||||
version = "2018-11-19";
|
||||
src = fetchFromGitHub {
|
||||
owner = "kana";
|
||||
repo = "vim-textobj-user";
|
||||
rev = "074ce2575543f790290b189860597a3dcac1f79d";
|
||||
sha256 = "15wnqkxjjksgn8a7d3lkbf8d97r4w159bajrcf1adpxw8hhli1vc";
|
||||
};
|
||||
};
|
||||
|
||||
vim-themis = buildVimPluginFrom2Nix {
|
||||
pname = "vim-themis";
|
||||
version = "2019-03-26";
|
||||
|
@ -147,6 +147,7 @@ kana/vim-operator-replace
|
||||
kana/vim-operator-user
|
||||
kana/vim-tabpagecd
|
||||
kana/vim-textobj-function
|
||||
kana/vim-textobj-user
|
||||
kassio/neoterm
|
||||
kchmck/vim-coffee-script
|
||||
KeitaNakamura/neodark.vim
|
||||
|
Loading…
Reference in New Issue
Block a user