Remove vim-heritage

I can do this now using `oil.nvim`.
This commit is contained in:
Oliver Davies 2024-05-22 13:00:00 +01:00
parent 7d73b51229
commit 0aacffa91f
2 changed files with 0 additions and 11 deletions

View file

@ -51,7 +51,6 @@ rec {
[
vimPlugins.tabline-vim
vimPlugins.vim-caser
vimPlugins.vim-heritage
vimPlugins.vim-textobj-xmlattr
vimPlugins.vim-zoom

View file

@ -20,16 +20,6 @@ final: prev: {
};
};
vim-heritage = final.vimUtils.buildVimPlugin {
name = "vim-heritage";
src = final.fetchFromGitHub {
owner = "jessarcher";
repo = "vim-heritage";
rev = "cffa05c78c0991c998adc4504d761b3068547db6";
sha256 = "Lebe5V1XFxn4kSZ+ImZ69Vst9Nbc0N7eA9IzOCijFS0=";
};
};
vim-textobj-xmlattr = final.vimUtils.buildVimPlugin {
name = "vim-textobj-xmlattr";
src = final.fetchFromGitHub {