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

dev/list-plugins: remove treesitter-refactor exceptions

This commit is contained in:
Gaetan Lepage 2025-10-23 00:18:52 +02:00 committed by Austin Horstman
parent 9a057ef01a
commit ce54d127b7

View file

@ -71,7 +71,6 @@ KNOWN_PATHS: dict[
], ],
] = { ] = {
"plugins/by-name/coq-thirdparty/default.nix": (State.OLD, Kind.NEOVIM, False), "plugins/by-name/coq-thirdparty/default.nix": (State.OLD, Kind.NEOVIM, False),
"plugins/by-name/treesitter-refactor/default.nix": (State.OLD, Kind.MISC, True),
"plugins/by-name/treesitter-textobjects/default.nix": ( "plugins/by-name/treesitter-textobjects/default.nix": (
State.OLD, State.OLD,
Kind.NEOVIM, Kind.NEOVIM,