-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Johnny Robeson edited this page Jul 1, 2014
·
7 revisions
-
How do disable auto close tags?
Add
let g:autoclose_on = 0to your~/.vimrc.localfile -
How can I deal with issues related to the system clipboard?
-
I made a modification to my vim configuration and it doesn't seem to change anything?
delete the the contents of your
~/.vimviewsdirectory -
I added
setnofoldenableto~/.vimrc.localbut my PHP files still have foldsadd
let g:DisableAutoPHPFolding = 1to your~/.vimrc.local