Skip to content

Commit 8cca781

Browse files
committed
Revert "fix(pkgs/vim/plugins): overlay vimtex"
This reverts commit a51d6f7.
1 parent a10d7e4 commit 8cca781

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: pkgs/applications/editors/vim/plugins/default.nix

-12
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,4 @@ final: prev:
3737
};
3838
meta.homepage = "https://github.com/lambdalisue/vim-cython-syntax/";
3939
};
40-
41-
vimtex = buildVimPlugin {
42-
pname = "vimtex";
43-
version = "2024-08-08";
44-
src = fetchFromGitHub {
45-
owner = "stephen-huan";
46-
repo = "vimtex";
47-
rev = "489ef667a63195112a419b43a0aa2e9e32065d8f";
48-
sha256 = "sha256-VvDtcdBSe2y32Yu1WF+/b6LU8J3xlENokc+XccUcG6k=";
49-
};
50-
meta.homepage = "https://github.com/stephen-huan/vimtex/";
51-
};
5240
}

0 commit comments

Comments
 (0)