diff --git a/vimrc b/vimrc index 41fdbb8..32826a8 100644 --- a/vimrc +++ b/vimrc @@ -39,7 +39,7 @@ set endofline " Add newline at end of file set shellslash " Forward slashes set nobackup " No backup files set noswapfile " Hope for the best -set formatoptions=crq +set formatoptions=crqt set textwidth=80 set cpoptions+=$ " delimit end of change text set laststatus=2 " Always show status line @@ -145,9 +145,6 @@ map sw :SudoWrite map sz :so ~/.vimrc " PLUGIN CONFIGURATION -" vim-fugitive should do this, but it isn't working -au FileType gitcommit set tw=72 - " style colorscheme jellybeans syntax enable