feat(nvim/nerdtree): removed
This commit is contained in:
parent
3742917ca4
commit
8851240d87
@ -40,8 +40,6 @@ in
|
||||
# vim-grammarous
|
||||
markdown-preview-nvim
|
||||
rainbow
|
||||
nerdtree
|
||||
nerdtree-git-plugin
|
||||
nvim-web-devicons
|
||||
fzf-vim
|
||||
coc-sh
|
||||
|
9
init.vim
9
init.vim
@ -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-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()
|
||||
if CocAction('hasProvider', 'hover')
|
||||
call CocActionAsync('doHover')
|
||||
|
Loading…
x
Reference in New Issue
Block a user