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

flake/dev/list-plugins: update KNOWN_PATHS to reflect current state

This commit is contained in:
Gaetan Lepage 2025-10-19 01:24:59 +02:00 committed by Gaétan Lepage
parent c89994b0ac
commit b4852e4d35

View file

@ -70,11 +70,7 @@ KNOWN_PATHS: dict[
bool, # Has deprecation warnings
],
] = {
"plugins/by-name/chadtree/default.nix": (State.OLD, Kind.NEOVIM, False),
"plugins/by-name/coq-thirdparty/default.nix": (State.OLD, Kind.NEOVIM, False),
"plugins/by-name/leap/default.nix": (State.OLD, Kind.NEOVIM, False),
"plugins/by-name/lspkind/default.nix": (State.OLD, Kind.NEOVIM, False),
"plugins/by-name/rainbow-delimiters/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": (
State.OLD,