Add vimrc
This commit is contained in:
parent
bd9808d470
commit
7e229d587f
1 changed files with 8 additions and 0 deletions
8
vimrc
Normal file
8
vimrc
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
set nocompatible
|
||||||
|
filetype off
|
||||||
|
syntax on
|
||||||
|
set number
|
||||||
|
filetype plugin indent on
|
||||||
|
|
||||||
|
" vim-airline
|
||||||
|
let g:airline_powerline_fonts = 1
|
Loading…
Add table
Add a link
Reference in a new issue