Add vimrc

This commit is contained in:
Victor Timofei 2021-04-09 23:24:04 +03:00
parent 7b5706c4a3
commit 94a959e6c6
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 16 additions and 0 deletions

16
.vimrc Normal file
View File

@ -0,0 +1,16 @@
syntax on
set number
set relativenumber
set noswapfile
set tabstop=3 softtabstop=3
set expandtab
set smartindent
set nowrap
set colorcolumn=80
highlight ColorColumn ctermbg=0 guibg=lightgrey
filetype plugin indent on
filetype detect
autocmd FileType make set noexpandtab