From c2b6345244c8a3fe728c1f8c5a2ce24b493b8875 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Sun, 4 Jul 2021 13:48:41 +0200 Subject: [PATCH] [nvim] Exchanged coc-explorer for NERDTree --- nvim/dotfiles/plugins-list.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/dotfiles/plugins-list.vim b/nvim/dotfiles/plugins-list.vim index 1f9250b..3d1f3a7 100644 --- a/nvim/dotfiles/plugins-list.vim +++ b/nvim/dotfiles/plugins-list.vim @@ -1,7 +1,7 @@ let s:ctx = g:dotfiles_plugins_list_context " Files {{{ - call s:ctx.use('weirongxu/coc-explorer') + call s:ctx.use('preservim/nerdtree') " }}} " Language specific {{{