forked from mirrors/nixpkgs
vimPlugins.autosave-nvim: init at 2022-10-13
This commit is contained in:
parent
d40f987c68
commit
2b21a945d9
|
@ -809,6 +809,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/vim-scripts/autoload_cscope.vim/";
|
||||
};
|
||||
|
||||
autosave-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "autosave.nvim";
|
||||
version = "2022-10-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nullishamy";
|
||||
repo = "autosave.nvim";
|
||||
rev = "406a09c1ce679bc6fbde47d6ec61c753632b55f0";
|
||||
sha256 = "0f3rp80hwf6v2kw2hg5jysz9j4946bmwpbk6hxpw89b1vcgny66v";
|
||||
};
|
||||
meta.homepage = "https://github.com/nullishamy/autosave.nvim/";
|
||||
};
|
||||
|
||||
awesome-vim-colorschemes = buildVimPluginFrom2Nix {
|
||||
pname = "awesome-vim-colorschemes";
|
||||
version = "2022-05-04";
|
||||
|
|
|
@ -121,6 +121,10 @@
|
|||
|
||||
self: super: {
|
||||
|
||||
autosave-nvim = super.autosave-nvim.overrideAttrs(old: {
|
||||
dependencies = with super; [ plenary-nvim ];
|
||||
});
|
||||
|
||||
barbecue-nvim = super.barbecue-nvim.overrideAttrs (old: {
|
||||
dependencies = with self; [ nvim-lspconfig nvim-navic nvim-web-devicons ];
|
||||
meta = {
|
||||
|
|
|
@ -66,6 +66,7 @@ https://github.com/pocco81/auto-save.nvim/,HEAD,
|
|||
https://github.com/rmagatti/auto-session/,,
|
||||
https://github.com/m4xshen/autoclose.nvim/,HEAD,
|
||||
https://github.com/vim-scripts/autoload_cscope.vim/,,
|
||||
https://github.com/nullishamy/autosave.nvim/,HEAD,
|
||||
https://github.com/rafi/awesome-vim-colorschemes/,,
|
||||
https://github.com/ayu-theme/ayu-vim/,,
|
||||
https://github.com/taybart/b64.nvim/,HEAD,
|
||||
|
|
Loading…
Reference in a new issue