vimPlugins.vim-closer: init at 2021-01-11

This commit is contained in:
Andrey Kuznetsov
2021-01-12 12:46:23 +00:00
parent ca09360fdd
commit 82feec5f7b
3 changed files with 23 additions and 0 deletions
+10
View File
@@ -395,6 +395,16 @@ self: super: {
passthru.python3Dependencies = ps: with ps; [ beancount ];
});
vim-closer = super.vim-closer.overrideAttrs(old: {
patches = [
# Fix duplicate tag in doc
(fetchpatch {
url = "https://github.com/rstacruz/vim-closer/commit/a504be8c7050e41b7dfc50c2362948e2cf7c5422.patch";
sha256 = "065q30d913fm3pc7r5y53wmnb7q7bhv21qxavm65bkb91242d409";
})
];
});
vim-codefmt = super.vim-codefmt.overrideAttrs(old: {
dependencies = with super; [ vim-maktaba ];
});