[vim] add nginx syntax

This commit is contained in:
Fernando Schauenburg 2018-04-04 00:27:49 +02:00
parent 03bc9ce933
commit b0471cc9b1

1
vimrc
View file

@ -64,6 +64,7 @@ set nocompatible
Plug 'vim-airline/vim-airline-themes' Plug 'vim-airline/vim-airline-themes'
Plug 'vim-scripts/srec.vim' Plug 'vim-scripts/srec.vim'
Plug 'keith/swift.vim' Plug 'keith/swift.vim'
Plug 'chr4/nginx.vim'
call plug#end() call plug#end()
let g:ctrlp_match_window = 'bottom,order:ttb' let g:ctrlp_match_window = 'bottom,order:ttb'