Skip to content

Instantly share code, notes, and snippets.

@luckylittle
Created October 11, 2018 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckylittle/5c38579f1ce23ca2ffe811b396e510be to your computer and use it in GitHub Desktop.
Save luckylittle/5c38579f1ce23ca2ffe811b396e510be to your computer and use it in GitHub Desktop.
Permanently disable automatic comment insertion in vim
echo '" Disable automatic comment insertion\nautocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o' | sudo tee --append /etc/vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment