unused vimrc file

This commit is contained in:
2023-01-16 21:29:11 +01:00
parent f082efd125
commit e062d6ae78

14
.vimrc Normal file
View File

@@ -0,0 +1,14 @@
syntax on
set expandtab
set tabstop=2
set softtabstop=2
set shiftwidth=2
set number relativenumber
filetype plugin indent on
if has("autocmd")
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g`\"" | endif
endif