aboutsummaryrefslogtreecommitdiffstats
path: root/home/root
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-01-10 19:27:16 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-01-10 19:27:16 -0800
commit6862801a7494926a6b79931e0388d3112f228fac (patch)
tree6569ebba118205fe33057b6b4a07a49ca042b392 /home/root
parent0689b127b8b392c50a6a1b779a5dec83de8a1798 (diff)
downloadnix-6862801a7494926a6b79931e0388d3112f228fac.tar
nix-6862801a7494926a6b79931e0388d3112f228fac.tar.gz
nix-6862801a7494926a6b79931e0388d3112f228fac.tar.bz2
nix-6862801a7494926a6b79931e0388d3112f228fac.tar.lz
nix-6862801a7494926a6b79931e0388d3112f228fac.tar.xz
nix-6862801a7494926a6b79931e0388d3112f228fac.tar.zst
nix-6862801a7494926a6b79931e0388d3112f228fac.zip
Add vim autoformat of paragraphsHEADmaster
Diffstat (limited to 'home/root')
-rw-r--r--home/root/common/core/vim/vimrc1
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