feat(nvim/nerdtree): removed
This commit is contained in:
parent
3742917ca4
commit
8851240d87
@ -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
|
||||||
|
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-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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user