diff options
Diffstat (limited to 'home/root/common/core')
-rw-r--r-- | home/root/common/core/vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |