diff --git a/default.nix b/default.nix index 91df923..4808fcb 100644 --- a/default.nix +++ b/default.nix @@ -40,8 +40,6 @@ in # vim-grammarous markdown-preview-nvim rainbow - nerdtree - nerdtree-git-plugin nvim-web-devicons fzf-vim coc-sh diff --git a/init.vim b/init.vim index a17e9ce..5c15a12 100644 --- a/init.vim +++ b/init.vim @@ -28,15 +28,6 @@ nmap ]G (coc-diagnostic-prev-error) nmap [g (coc-diagnostic-next) nmap ]g (coc-diagnostic-prev) -" NERDTree config -" autocmd VimEnter * NERDTree -autocmd BufEnter * NERDTreeMirror - -"CTRL-t to toggle tree view with CTRL-t -nmap :NERDTreeToggle -"Set F2 to put the cursor to the nerdtree -nmap :NERDTreeFind - function! ShowDocumentation() if CocAction('hasProvider', 'hover') call CocActionAsync('doHover')