vimPlugins.ansible-vim: init at 2.0
This commit is contained in:
parent
67e7764223
commit
1d41509599
@ -81,6 +81,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
ansible-vim = buildVimPluginFrom2Nix {
|
||||
pname = "ansible-vim";
|
||||
version = "2.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "pearofducks";
|
||||
repo = "ansible-vim";
|
||||
rev = "01d0e7d4b87936d9cfe5a6038a6c9cec409a3c15";
|
||||
sha256 = "14x7lxwvfrvi27qmffh66fpc3fk21xkzfzps0vx6n3n7h56a7r2g";
|
||||
};
|
||||
};
|
||||
|
||||
argtextobj-vim = buildVimPluginFrom2Nix {
|
||||
pname = "argtextobj-vim";
|
||||
version = "2010-10-18";
|
||||
|
@ -218,6 +218,7 @@ osyo-manga/vim-textobj-multiblock
|
||||
osyo-manga/vim-watchdogs
|
||||
pangloss/vim-javascript
|
||||
parsonsmatt/intero-neovim
|
||||
pearofducks/ansible-vim
|
||||
peterhoeg/vim-qml
|
||||
phanviet/vim-monokai-pro
|
||||
plasticboy/vim-markdown
|
||||
|
Loading…
Reference in New Issue
Block a user