Use Nginx filetype for Angie files.
This commit is contained in:
@@ -133,6 +133,12 @@ nmap <S-K> :tabp<CR>
|
||||
" Rust
|
||||
let g:rust_recommended_style = 0 " disable retarded option
|
||||
|
||||
" Angie config files
|
||||
augroup angie_config
|
||||
autocmd!
|
||||
autocmd BufRead,BufNewFile /etc/angie/**/.conf,angie.conf set filetype=nginx
|
||||
augroup END
|
||||
|
||||
""" plugin settings
|
||||
" airline
|
||||
let g:airline#extensions#tabline#enabled = 1 " enable tabline
|
||||
|
||||
Reference in New Issue
Block a user