Automatically outdent end
keyword in languages that use it
#13249
Labels
C-enhancement
Category: Improvements
end
keyword in languages that use it
#13249
Neovim automatically outdents lines that contain the
end
keyword in languages that use it (such as Lua, Julia, FORTRAN, MATLAB, etc.) as can be seen in the Lua snippet below:Screencast.From.2025-04-01.21-57-18.mp4
Helix, on the other hand, does not do this, thereby requiring the user to remember to press the backspace key (an additional keystroke) before typing
end
:Screencast.From.2025-04-01.21-56-28.mp4
It would be great if Helix was able to automatically outdent a line as soon as the user completes typing the
end
keyword, just like Neovim does.The text was updated successfully, but these errors were encountered: