diff --git a/vim/.vimrc b/vim/.vimrc index e31fe10..9a74c94 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -3,13 +3,8 @@ " License : MIT " Author : Feng Bohan <1953356163@qq.com> " 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> -" File : .vimrc -" Author : Feng Bohan -" Date : 2025-04-17 21:46:23 -" Last Modified Date: 2025-04-18 08:35:09 -" Last Modified By : Feng Bohan " Copyright © 2025 Shanghai Fudan Microelectronics Group Co.,Ltd. All Rights Reserved. " 环境检测 @@ -100,6 +95,7 @@ map :set guifont=Monospace\ 16 map :set guifont=Monospace\ 14 nnoremap t :below terminal nnoremap :w +nnoremap tt :TagbarToggle " 特殊配置 let g:polyglot_disabled = ['verilog_systemverilog'] @@ -144,6 +140,7 @@ call plug#begin() Plug 'alpertuna/vim-header' Plug 'airblade/vim-gitgutter' Plug 'tpope/vim-fugitive' + Plug 'preservim/tagbar' call plug#end() "=============================================================================