feat(nvim/nerdtree): removed

This commit is contained in:
u2515h 2023-12-27 16:11:54 +01:00
parent 3742917ca4
commit 8851240d87
2 changed files with 0 additions and 11 deletions

View File

@ -40,8 +40,6 @@ in
# vim-grammarous # vim-grammarous
markdown-preview-nvim markdown-preview-nvim
rainbow rainbow
nerdtree
nerdtree-git-plugin
nvim-web-devicons nvim-web-devicons
fzf-vim fzf-vim
coc-sh coc-sh

View File

@ -28,15 +28,6 @@ nmap <silent> ]G <Plug>(coc-diagnostic-prev-error)
nmap <silent> [g <Plug>(coc-diagnostic-next) nmap <silent> [g <Plug>(coc-diagnostic-next)
nmap <silent> ]g <Plug>(coc-diagnostic-prev) nmap <silent> ]g <Plug>(coc-diagnostic-prev)
" NERDTree config
" autocmd VimEnter * NERDTree
autocmd BufEnter * NERDTreeMirror
"CTRL-t to toggle tree view with CTRL-t
nmap <silent> <C-t> :NERDTreeToggle<CR>
"Set F2 to put the cursor to the nerdtree
nmap <silent> <F2> :NERDTreeFind<CR>
function! ShowDocumentation() function! ShowDocumentation()
if CocAction('hasProvider', 'hover') if CocAction('hasProvider', 'hover')
call CocActionAsync('doHover') call CocActionAsync('doHover')