configs/.vimrc
2021-01-22 22:49:09 +01:00

13 lines
195 B
VimL

set tabstop=4
set softtabstop=0 noexpandtab
set autoindent
filetype plugin on
syntax on
set encoding=utf-8
" secure vim to use secret
set noswapfile
set nobackup
set nowritebackup
set viminfo=