Turned off set formatoptions-=ro

This commit is contained in:
2021-02-23 16:02:54 -05:00
parent 3ff33b5022
commit c0dfe1f06b

1
.vimrc
View File

@@ -38,6 +38,7 @@ filetype plugin on
let mapleader = '\'
set hidden " Allow background buffers without saving
set splitright " Split to right by default
set formatoptions-=ro " Turn off autoinsert of comment char on newline
" Text Wrapping
set textwidth=120