feat(nvim): add binding scope to indent-blankline for the nix ft

This commit is contained in:
Price Hiller 2023-12-19 00:18:52 -06:00
parent 954232bad7
commit f5e88d2026
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -46,6 +46,9 @@ return {
lua = {
"return_statement",
"table_constructor"
},
nix = {
"binding"
}
}
},