mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
chore: Fixed stylua check issues
This commit is contained in:
parent
9b5d24111e
commit
6ddc5768bb
1 changed files with 2 additions and 2 deletions
|
|
@ -1766,10 +1766,10 @@ return {
|
||||||
qf = {
|
qf = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'v1.0.0',
|
revision = 'v1.0.0',
|
||||||
url = 'https://github.com/OXY2DEV/tree-sitter-qf'
|
url = 'https://github.com/OXY2DEV/tree-sitter-qf',
|
||||||
},
|
},
|
||||||
maintainers = { '@OXY2DEV' },
|
maintainers = { '@OXY2DEV' },
|
||||||
tier = 1
|
tier = 1,
|
||||||
},
|
},
|
||||||
ql = {
|
ql = {
|
||||||
install_info = {
|
install_info = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue