nvim: remove old query

This commit is contained in:
Maciej Jur 2024-05-20 00:09:47 +02:00
parent 22fb880763
commit d78fa584e6
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD
2 changed files with 0 additions and 26 deletions

View file

@ -1,4 +0,0 @@
| Key | Action |
| ------------- | ------------------------- |
| `<leader>pm` | open package manager |

View file

@ -1,22 +0,0 @@
; extends
(section
[
(
((paragraph) @s (#match? @s "^:::bibtex"))
.
(paragraph)*
.
((paragraph) @e (#match? @e ":::$"))
)
((paragraph) @p
(#match? @p "^:::bibtex")
(#match? @p ":::$")
)
]
(#set! injection.language "bibtex")
(#set! injection.include-children)
(#set! injection.combined)
) @injection.content