vim: add ft from bpftace file
This commit is contained in:
parent
e8bbce1878
commit
841caadc98
2
.vimrc
2
.vimrc
@ -861,6 +861,8 @@ let skeletons#skeletonsDir = ["~/.vim/templates/"]
|
|||||||
Plugin 'lfilho/cosco.vim'
|
Plugin 'lfilho/cosco.vim'
|
||||||
autocmd FileType c,cpp nmap <silent> <Leader>; <Plug>(cosco-commaOrSemiColon)
|
autocmd FileType c,cpp nmap <silent> <Leader>; <Plug>(cosco-commaOrSemiColon)
|
||||||
autocmd FileType c,cpp imap <silent> <Leader>; <c-o><Plug>(cosco-commaOrSemiColon)
|
autocmd FileType c,cpp imap <silent> <Leader>; <c-o><Plug>(cosco-commaOrSemiColon)
|
||||||
|
Plugin 'mmarchini/bpftrace.vim'
|
||||||
|
autocmd BufNewFile,BufRead *.bt setfiletype bpftrace
|
||||||
|
|
||||||
" Source the termdebug plugin
|
" Source the termdebug plugin
|
||||||
packadd termdebug
|
packadd termdebug
|
||||||
|
Loading…
Reference in New Issue
Block a user