Closed ymzuiku closed 2 years ago
coc-explorer is a great explorer plugin. Before coc-explorer, I use NERDTree, and use NERDTreeQuitOnOpen=1, the option help me focus in one file, it's fun of coding. How can i set coc-explorer, like NERDTreeQuitOnOpen=1 ?
NERDTreeQuitOnOpen=1
see https://github.com/weirongxu/coc-explorer/issues/121
Thanks, I used this:
nmap <space>e :CocCommand explorer --quit-on-open<CR>
coc-explorer is a great explorer plugin. Before coc-explorer, I use NERDTree, and use
NERDTreeQuitOnOpen=1
, the option help me focus in one file, it's fun of coding. How can i set coc-explorer, likeNERDTreeQuitOnOpen=1
?