forked from mirrors/nixpkgs
vimPlugins.cheatsheet-nvim: init at 2021-08-20
This commit is contained in:
parent
67b11cf42f
commit
2965b49d82
2 changed files with 16 additions and 3 deletions
|
@ -471,6 +471,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/vim-scripts/changeColorScheme.vim/";
|
meta.homepage = "https://github.com/vim-scripts/changeColorScheme.vim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cheatsheet-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "cheatsheet.nvim";
|
||||||
|
version = "2021-08-20";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "sudormrfbin";
|
||||||
|
repo = "cheatsheet.nvim";
|
||||||
|
rev = "7d83f02176287436acc06428ded782fe4bc08b94";
|
||||||
|
sha256 = "1ajqmg4lls4nc9bpw233rd25z5qfbnkwbdi1jnrh79nlr9sxvcyp";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/sudormrfbin/cheatsheet.nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
CheckAttach = buildVimPluginFrom2Nix {
|
CheckAttach = buildVimPluginFrom2Nix {
|
||||||
pname = "CheckAttach";
|
pname = "CheckAttach";
|
||||||
version = "2019-05-08";
|
version = "2019-05-08";
|
||||||
|
@ -3900,12 +3912,12 @@ final: prev:
|
||||||
|
|
||||||
nvim-cmp = buildVimPluginFrom2Nix {
|
nvim-cmp = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-cmp";
|
pname = "nvim-cmp";
|
||||||
version = "2021-09-12";
|
version = "2021-09-13";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hrsh7th";
|
owner = "hrsh7th";
|
||||||
repo = "nvim-cmp";
|
repo = "nvim-cmp";
|
||||||
rev = "9c460395a04e2ea7a1f4f8b82572efc67faf18ff";
|
rev = "e46ae3b62e11704ace7f1f14c1398bcfaf70b217";
|
||||||
sha256 = "0rvk3y08fhwjy1k9s9jvgiak0f4h6pwl6gxa3ibm8wd6bah8ip9b";
|
sha256 = "1nb0insrhsa0d2mwhk42b07wkfb28j7ylscj0hqr6n69jg5jc0vz";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/hrsh7th/nvim-cmp/";
|
meta.homepage = "https://github.com/hrsh7th/nvim-cmp/";
|
||||||
};
|
};
|
||||||
|
|
|
@ -693,6 +693,7 @@ stefandtw/quickfix-reflector.vim
|
||||||
stephpy/vim-yaml
|
stephpy/vim-yaml
|
||||||
stevearc/aerial.nvim
|
stevearc/aerial.nvim
|
||||||
stsewd/fzf-checkout.vim
|
stsewd/fzf-checkout.vim
|
||||||
|
sudormrfbin/cheatsheet.nvim
|
||||||
sunaku/vim-dasht
|
sunaku/vim-dasht
|
||||||
sunjon/Shade.nvim
|
sunjon/Shade.nvim
|
||||||
svermeulen/vim-subversive
|
svermeulen/vim-subversive
|
||||||
|
|
Loading…
Add table
Reference in a new issue