diff options
author | Chris <[email protected]> | 2020-08-10 16:36:05 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-10 16:36:05 -0400 |
commit | 10b29d5510c15ec42a965df7e789469a348178d3 (patch) | |
tree | bdded31889ffc4404a496ab80e4ca6d3c59ad0f1 | |
parent | 6f75eeb66153156c274f333b65e0cb03a48502d7 (diff) |
explicitly use coc
-rw-r--r-- | plug-config/vista.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plug-config/vista.vim b/plug-config/vista.vim index 449383c9..eefc8366 100644 --- a/plug-config/vista.vim +++ b/plug-config/vista.vim @@ -1,4 +1,4 @@ -" let g:vista_default_executive = 'coc' +let g:vista_default_executive = 'coc' let g:vista_fzf_preview = ['right:50%'] let g:vista#renderer#enable_icon = 1 |