diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-01-10 19:27:16 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-01-10 19:27:16 -0800 |
commit | 6862801a7494926a6b79931e0388d3112f228fac (patch) | |
tree | 6569ebba118205fe33057b6b4a07a49ca042b392 /home/root/common | |
parent | 0689b127b8b392c50a6a1b779a5dec83de8a1798 (diff) | |
download | nix-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 |
Diffstat (limited to '')
-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 |