mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
auto detect bro files
This commit is contained in:
parent
7e91feac27
commit
36d6b93275
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
|
@ -129,3 +129,7 @@ set whichwrap+=<,>,h,l,[,]
|
||||||
|
|
||||||
" Ctags
|
" Ctags
|
||||||
let g:tagbar_ctags_bin="/opt/local/bin/ctags"
|
let g:tagbar_ctags_bin="/opt/local/bin/ctags"
|
||||||
|
|
||||||
|
if has("autocmd")
|
||||||
|
au BufNewFile,BufRead *.bro set filetype=bro
|
||||||
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue