add tabbar

This commit is contained in:
fengbh 2025-04-21 16:48:29 +08:00
parent 936ad64fcc
commit 2a70ca0b28

View File

@ -3,13 +3,8 @@
" License : MIT " License : MIT
" Author : Feng Bohan <1953356163@qq.com> " Author : Feng Bohan <1953356163@qq.com>
" Date : 2025-04-18 08:39:57 " Date : 2025-04-18 08:39:57
" Last Modified Date: 2025-04-21 15:57:08 " Last Modified Date: 2025-04-21 16:47:19
" Last Modified By : Feng Bohan <1953356163@qq.com> " Last Modified By : Feng Bohan <1953356163@qq.com>
" File : .vimrc
" Author : Feng Bohan <fengbohan@fmsh.com.cn>
" Date : 2025-04-17 21:46:23
" Last Modified Date: 2025-04-18 08:35:09
" Last Modified By : Feng Bohan <fengbohan@fmsh.com.cn>
" Copyright © 2025 Shanghai Fudan Microelectronics Group Co.,Ltd. All Rights Reserved. " Copyright © 2025 Shanghai Fudan Microelectronics Group Co.,Ltd. All Rights Reserved.
" 环境检测 " 环境检测
@ -100,6 +95,7 @@ map <C-L> <Esc>:set guifont=Monospace\ 16<Enter>
map <C-M> <Esc>:set guifont=Monospace\ 14<Enter> map <C-M> <Esc>:set guifont=Monospace\ 14<Enter>
nnoremap <Leader>t :below terminal<CR> nnoremap <Leader>t :below terminal<CR>
nnoremap <C-s> :w<CR> nnoremap <C-s> :w<CR>
nnoremap <Leader>tt :TagbarToggle<CR>
" 特殊配置 " 特殊配置
let g:polyglot_disabled = ['verilog_systemverilog'] let g:polyglot_disabled = ['verilog_systemverilog']
@ -144,6 +140,7 @@ call plug#begin()
Plug 'alpertuna/vim-header' Plug 'alpertuna/vim-header'
Plug 'airblade/vim-gitgutter' Plug 'airblade/vim-gitgutter'
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
Plug 'preservim/tagbar'
call plug#end() call plug#end()
"============================================================================= "=============================================================================