vimPlugins.vim-move: Init at 2019-11-23

This commit is contained in:
Chuck 2019-12-03 14:07:50 -08:00 committed by Jon
parent 210252aa26
commit 357c541f82
2 changed files with 12 additions and 0 deletions

View File

@ -4348,6 +4348,17 @@ let
};
};
vim-move = buildVimPluginFrom2Nix {
pname = "vim-move";
version = "2019-11-23";
src = fetchFromGitHub {
owner = "matze";
repo = "vim-move";
rev = "58049562efb0e6e077416d897b760c4dc9bb25c4";
sha256 = "18pnk6ri73a6dq86zh510wy1s0z1dwnsyay7lxrgirjgh3s9nhhq";
};
};
vim-mucomplete = buildVimPluginFrom2Nix {
pname = "vim-mucomplete";
version = "2019-12-01";

View File

@ -240,6 +240,7 @@ mattn/calendar-vim as mattn-calendar-vim
mattn/emmet-vim
mattn/gist-vim
mattn/webapi-vim
matze/vim-move
maximbaz/lightline-ale
MaxMEllon/vim-jsx-pretty
mbbill/undotree