In VIM when I type gg=G to auto indent the whole code, everything gets indented correctly except the lines with the following structure:
$my_arr = array(
'a' => 1,
'b' => 2,
)
I have set shiftwidth and tabstop to 2, but it indents the…
I want to set an alias for vim so that when I use vim I want all my personal vim files to be sourced. (I want to do this because the machine I use is used by everyone else, so I don't want to affect others' usage. The alias is also set only when I…