vim: Fix format options

This commit is contained in:
2020-12-08 22:03:20 +01:00
parent c71e2fa4fc
commit ffa0d30627

View File

@@ -71,8 +71,8 @@ set shiftwidth=4
set autoindent
set expandtab
set smartindent
"set formatoptions=tcqjron
set formatoptions=
set formatoptions=tcqjron
"set formatoptions=
" == ui ==
set cursorline