vimPlugins.autoclose-nvim: init at 2023-02-03

This commit is contained in:
Ivan Kovnatsky 2023-02-03 16:50:46 +01:00
parent 70bb20b7dc
commit 12f2275535
No known key found for this signature in database
GPG Key ID: 3A33FA4C82ED674F
2 changed files with 13 additions and 0 deletions

View File

@ -785,6 +785,18 @@ final: prev:
meta.homepage = "https://github.com/rmagatti/auto-session/";
};
autoclose-nvim = buildVimPluginFrom2Nix {
pname = "autoclose.nvim";
version = "2023-02-03";
src = fetchFromGitHub {
owner = "m4xshen";
repo = "autoclose.nvim";
rev = "5c63f2c28a48d556644f3650daccdf0ba03ea177";
sha256 = "0c8klbm0wwr1rq1kkq2lq18n3d8kbi977zac70xc8h3dcfdnzc4m";
};
meta.homepage = "https://github.com/m4xshen/autoclose.nvim/";
};
autoload_cscope-vim = buildVimPluginFrom2Nix {
pname = "autoload_cscope.vim";
version = "2011-01-28";

View File

@ -64,6 +64,7 @@ https://github.com/hotwatermorning/auto-git-diff/,,
https://github.com/jiangmiao/auto-pairs/,,
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/rafi/awesome-vim-colorschemes/,,
https://github.com/ayu-theme/ayu-vim/,,