How To Prevent Vim From Auto-Commenting New Lines
erics, Posted August 4th, 2019 at 1:12:42pm
To prevent vim from added net comments, edit the .vimrc
file in your home directory, and add:
1 |
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o |
Leave Your Comment
All fields marked with "*" are required.