Closed ju-sh closed 2 years ago
There is not currently an option to control that, but it should be relatively easy to add so I'll try to do that soon.
The PR I just merged added an option called g:coqtail_inductive_shift
that should do what you want if you set it to 0.
Thanks, it works!
At first I thought I set the option wrong when I hit enter after typing
Inductive exmpl :=
as the cursor moved to a position after a level of indentation. But when I typed the |
it went back.
Inductive exmpl :=
|
By default coqtail seems to indent 'branches' (not sure if that's the right term) like
with an indentation level before the
|
s.Even if we try to remove the indentation, the next 'branch' would retain the same indentation level (probably how it's supposed to work) like
changed to
becoming
on hitting beginning to write a new line.
Is there a way to set the default indentation style to one without spaces before the
|
s? LikeI'm on: