vimrc (490B)
1 set nocompatible 2 3 runtime! plugin/*.vim 4 5 set ttymouse= mouse= belloff=all number autoindent hlsearch t_Co=256 6 set spell spelllang=en printoptions+=formfeed:y 7 8 set undofile 9 set undodir=~/.cache/vim/undo 10 set undolevels=10000 11 set undoreload=100000 12 set viminfofile=~/.cache/vim/viminfo 13 set directory=~/.cache/vim/swap 14 let netrw_home='~/.cache/vim' 15 16 highlight LineNr ctermfg=gray 17 highlight StatusLine ctermfg=blue ctermbg=black 18 highlight ColorColumn ctermbg=gray 19 highlight Trailing ctermbg=gray