Exploring coc-explorer

Exploring coc-explorer

Install nerdtree

Add the following to plugins.vim

Plug 'preservim/nerdtree' " file tree.

Config

Add the following to %userprofile%\.config\vim\plug-config\nerdtree.vim and source it.

Append these lines to the end

map <C-n> :NERDTreeToggle<CR>

Tagged in gvim