Hi,
Is there any way to make VIM put the brackets in the right indentation? For example, whenever I type:
if (something)
do something
and then I hit enter after "do something", to have it jump back in line with the if statement? Also, when I go into insert mode, can I make it so it automatically jumps to the correct indentation level instead of staying at the beginning of the line?
Thanks.