Skip to content

Commit

Permalink
vimPlugins.ansible-vim: init at 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Bogatov authored and Dmitry Bogatov committed Jan 3, 2019
1 parent 67e7764 commit 1d41509
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -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
Expand Down

1 comment on commit 1d41509

@timokau
Copy link
Member

@timokau timokau commented on 1d41509 Jan 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice that you initialized ansible-vim to 2.0. Note that the expressions in generated.nix are generated by the update.py script, which overrides the version 2.0 with the latest git master (as done in #53670). If you would rather stay with the released version, you should manually add ansible-vim to the overrides file.

Please sign in to comment.