add yaml support
This commit is contained in:
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+=;/
|
||||||
|
|||||||
Reference in New Issue
Block a user