configs/.vimrc

14 lines
193 B
VimL
Raw Normal View History

2020-10-09 23:35:44 +02:00
set tabstop=4
2022-02-08 19:04:22 +01:00
set softtabstop=0 expandtab
2020-10-10 00:28:52 +02:00
set autoindent
2020-10-09 23:35:44 +02:00
2020-10-10 00:28:52 +02:00
filetype plugin on
syntax on
2020-12-24 10:18:24 +01:00
set encoding=utf-8
2021-01-22 22:49:09 +01:00
" secure vim to use secret
set noswapfile
set nobackup
set nowritebackup
set viminfo=