mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
vimPlugins.vim-textobj-function: init at 2014-05-03
This commit is contained in:
parent
ae082355b7
commit
cb81314ea0
@ -3929,6 +3929,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
vim-textobj-function = buildVimPluginFrom2Nix {
|
||||
pname = "vim-textobj-function";
|
||||
version = "2014-05-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "kana";
|
||||
repo = "vim-textobj-function";
|
||||
rev = "adb50f38499b1f558cbd58845e3e91117e4538cf";
|
||||
sha256 = "0cwl102si9zhhhpg6c0fjnyq35v6bl5f34p2s7b47isxdn0qvris";
|
||||
};
|
||||
};
|
||||
|
||||
vim-textobj-multiblock = buildVimPluginFrom2Nix {
|
||||
pname = "vim-textobj-multiblock";
|
||||
version = "2014-06-02";
|
||||
|
@ -146,6 +146,7 @@ kana/vim-niceblock
|
||||
kana/vim-operator-replace
|
||||
kana/vim-operator-user
|
||||
kana/vim-tabpagecd
|
||||
kana/vim-textobj-function
|
||||
kassio/neoterm
|
||||
kchmck/vim-coffee-script
|
||||
KeitaNakamura/neodark.vim
|
||||
|
Loading…
Reference in New Issue
Block a user