Remove tabline-vim

This commit is contained in:
Oliver Davies 2024-11-17 12:08:55 +00:00
parent 31e4700c23
commit 15629afd1b
3 changed files with 0 additions and 13 deletions

View file

@ -1,11 +0,0 @@
{ pkgs, ... }:
pkgs.vimUtils.buildVimPlugin {
name = "tabline-vim";
src = pkgs.fetchFromGitHub {
owner = "mkitt";
repo = "tabline.vim";
rev = "69c9698a3240860adaba93615f44778a9ab724b4";
sha256 = "51b8PxyKqBdeIvmmZyF2hpMBjkyrlZDdTB1opr5JZ7Y=";
};
}