Skip to content

Commit

Permalink
remove vim tagbar
Browse files Browse the repository at this point in the history
  • Loading branch information
bonyuta0204 committed Apr 30, 2024
1 parent 176252a commit 904d77b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions setups/neovim/config/init/mapping.vim
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ nnoremap <Leader>rc :<C-u>edit $MYVIMRC<CR>
nnoremap <F5> :<C-u>source<Space>$MYVIMRC<CR>
nnoremap <C-n> :<C-u>NERDTreeToggle<CR>
nnoremap <C-e> :<C-u>Explore<CR>
nmap <C-m> :<C-u>TagbarToggle<CR>

" 括弧補完
Expand Down
1 change: 0 additions & 1 deletion setups/neovim/config/init/vim-plug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ endif

" Filer
Plug 'scrooloose/nerdtree'
Plug 'preservim/tagbar'


" Color Schema
Expand Down

0 comments on commit 904d77b

Please sign in to comment.