An attempt on fixing what https://github.com/ziglang/zig.vim/issues/42 reports.
I'm not yet sure if this fully fixes the issue. I'll be testing it more on the following days and will report any issue I find.
yohannd1/trailing-comma-brackets-fix into master
An attempt on fixing what https://github.com/ziglang/zig.vim/issues/42 reports.
I'm not yet sure if this fully fixes the issue. I'll be testing it more on the following days and will report any issue I find.
@ -62,4 +58,1 @@
return indent(prevLineNum) - 4
endif
By the way - I haven't modified this specific line (l. 56) but I'm curious: wouldn't it be better if it were indent(prevLineNum)? As far as I understood it gets the indentation inside the previous block and deindents it by one level, which I believe should result in the same as indent(PrevLineNum).
(削除) Hey @YohananDiamond, I may have encountered a similar issue: (削除ここまで)
before I hit enter
after I hit enter
With the changes in this PR I was not able to see a change D:
EDIT: I figured out that this was my tree sitter plugin messing with the indentation! sorry for the false alarm...
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?