1

Refresh generated neovim config

This commit is contained in:
2024-07-14 21:12:36 +02:00
parent f215ce2ab5
commit 00464e0e65
731 changed files with 6780 additions and 31110 deletions

View File

@ -29,15 +29,15 @@
(arrow_function
body: (_) @_body
(#not-has-type? @_body statement_block)) @indent.begin
(#not-kind-eq? @_body "statement_block")) @indent.begin
(assignment_expression
right: (_) @_right
(#not-has-type? @_right arrow_function function)) @indent.begin
(#not-kind-eq? @_right "arrow_function" "function")) @indent.begin
(variable_declarator
value: (_) @_value
(#not-has-type? @_value arrow_function call_expression function)) @indent.begin
(#not-kind-eq? @_value "arrow_function" "call_expression" "function")) @indent.begin
(arguments
")" @indent.end)