mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01: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
|
||||
let g:tagbar_ctags_bin="/opt/local/bin/ctags"
|
||||
|
||||
if has("autocmd")
|
||||
au BufNewFile,BufRead *.bro set filetype=bro
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue