1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/treesitter-textobjects: migrate to mkNeovimPlugin

This commit is contained in:
Gaetan Lepage 2025-10-17 22:49:30 +02:00 committed by Gaétan Lepage
parent 593e8114cd
commit af57bad10d
4 changed files with 191 additions and 311 deletions

View file

@ -71,11 +71,6 @@ KNOWN_PATHS: dict[
],
] = {
"plugins/by-name/coq-thirdparty/default.nix": (State.OLD, Kind.NEOVIM, False),
"plugins/by-name/treesitter-textobjects/default.nix": (
State.OLD,
Kind.NEOVIM,
True,
),
}
for telescope_extension_name, has_depr_warnings in {
"advanced-git-search": False,