vimPlugins.vim-move: Init at 2019-11-23
This commit is contained in:
parent
210252aa26
commit
357c541f82
@ -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 {
|
vim-mucomplete = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-mucomplete";
|
pname = "vim-mucomplete";
|
||||||
version = "2019-12-01";
|
version = "2019-12-01";
|
||||||
|
@ -240,6 +240,7 @@ mattn/calendar-vim as mattn-calendar-vim
|
|||||||
mattn/emmet-vim
|
mattn/emmet-vim
|
||||||
mattn/gist-vim
|
mattn/gist-vim
|
||||||
mattn/webapi-vim
|
mattn/webapi-vim
|
||||||
|
matze/vim-move
|
||||||
maximbaz/lightline-ale
|
maximbaz/lightline-ale
|
||||||
MaxMEllon/vim-jsx-pretty
|
MaxMEllon/vim-jsx-pretty
|
||||||
mbbill/undotree
|
mbbill/undotree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user