vim: add bookmarks

This commit is contained in:
Mathieu Maret 2023-04-19 15:37:58 +02:00
parent 0dce3064a3
commit 9885eebb12
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -877,5 +877,7 @@ autocmd BufNewFile,BufRead *.bt setfiletype bpftrace
" Source the termdebug plugin
packadd termdebug
let g:termdebug_wide=1
" Boormark // visual mark
Plugin 'MattesGroeger/vim-bookmarks'
call vundle#end()