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:
parent
593e8114cd
commit
af57bad10d
4 changed files with 191 additions and 311 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue