From 2a70ca0b2866ff512621d171af0d91d263d896d2 Mon Sep 17 00:00:00 2001 From: fengbh <1953356163@qq.com> Date: Mon, 21 Apr 2025 16:48:29 +0800 Subject: [PATCH] add tabbar --- vim/.vimrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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() "=============================================================================