Is there a way to make VIM brackets in the right recess? For example, whenever I type:
if (something) do something
and then I press Enter after "do something" to return it to match the if statement. Also, when I go into insert mode, can I make it automatically go to the correct indentation level instead of staying at the beginning of the line?
source share