mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: add tagbar plug
This commit is contained in:
parent
d946a2b7d9
commit
6a5991de8b
|
@ -25,6 +25,8 @@ Plug 'https://github.com/scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
||||||
" status line
|
" status line
|
||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
|
" Tags integration
|
||||||
|
Plug 'https://github.com/preservim/tagbar'
|
||||||
" Insert parentheses in pairs
|
" Insert parentheses in pairs
|
||||||
Plug 'https://github.com/jiangmiao/auto-pairs'
|
Plug 'https://github.com/jiangmiao/auto-pairs'
|
||||||
Plug 'https://github.com/amix/open_file_under_cursor.vim'
|
Plug 'https://github.com/amix/open_file_under_cursor.vim'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user