From 6862801a7494926a6b79931e0388d3112f228fac Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 10 Jan 2025 19:27:16 -0800 Subject: Add vim autoformat of paragraphs --- home/root/common/core/vim/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home/root/common/core/vim') diff --git a/home/root/common/core/vim/vimrc b/home/root/common/core/vim/vimrc index 87de2a0..725047d 100644 --- a/home/root/common/core/vim/vimrc +++ b/home/root/common/core/vim/vimrc @@ -9,6 +9,7 @@ if has("autocmd") au BufEnter * if getfsize(expand("%")) < g:BufSizeThreshold | syntax on | else | syntax off | endif endif +set formatoptions=jtcqla set mouse& set noautoindent " always set autoindenting off -- cgit v1.2.3