mirror of
https://github.com/originalmk/my-vimrc.git
synced 2025-01-18 16:29:18 +00:00
Add tagbar plugin for code outline
This commit is contained in:
parent
d877067f32
commit
c55e62f498
3
.vimrc
3
.vimrc
@ -25,6 +25,7 @@ Plug 'dense-analysis/ale'
|
|||||||
Plug 'ziglang/zig.vim'
|
Plug 'ziglang/zig.vim'
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
Plug 'morhetz/gruvbox'
|
Plug 'morhetz/gruvbox'
|
||||||
|
Plug 'https://github.com/preservim/tagbar.git'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
@ -65,3 +66,5 @@ function! s:show_documentation()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let g:rustfmt_autosave = 1
|
let g:rustfmt_autosave = 1
|
||||||
|
|
||||||
|
nmap <F8> :TagbarToggle<CR>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user