Added .vimrc
This commit is contained in:
commit
ae76892c25
20
.vimrc
Normal file
20
.vimrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
filetype plugin on
|
||||||
|
|
||||||
|
syntax on
|
||||||
|
|
||||||
|
" numbering
|
||||||
|
set number
|
||||||
|
set relativenumber
|
||||||
|
|
||||||
|
" indenting
|
||||||
|
set autoindent
|
||||||
|
set smartindent
|
||||||
|
set tabstop=4
|
||||||
|
set shiftwidth=4
|
||||||
|
filetype plugin indent on
|
||||||
|
|
||||||
|
" theme
|
||||||
|
set background=dark
|
||||||
|
colorscheme solarized
|
||||||
|
" transparancy for background
|
||||||
|
"hi Normal guibg=NONE ctermbg=NONE
|
Loading…
Reference in New Issue
Block a user