add yaml support
parent
e99ec2c3b4
commit
8f29a03068
5
vimrc
5
vimrc
|
@ -66,10 +66,13 @@ set number
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
"" Colors
|
"" Colors
|
||||||
syntax enable
|
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme gotham256
|
colorscheme gotham256
|
||||||
|
|
||||||
|
"" Language/filetype settings
|
||||||
|
syntax enable
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab
|
||||||
|
|
||||||
"" Ctags
|
"" Ctags
|
||||||
set path+=;/
|
set path+=;/
|
||||||
|
|
Loading…
Reference in New Issue