split vim config

This commit is contained in:
2021-04-25 22:04:51 +02:00
parent e135d0bd55
commit f50bbe77ab
10 changed files with 71 additions and 73 deletions

5
vim/.vim/_formatting.vim Normal file
View File

@@ -0,0 +1,5 @@
" Text width, comment format, indenting, formatoptions
set tw=72 " text width for line-break
set comments=s1:/mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-,fb:*
set ai! " auto indent
set fo+=tcqn " format options