diff options
author | Chris <[email protected]> | 2020-08-10 16:35:53 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-10 16:35:53 -0400 |
commit | 6f75eeb66153156c274f333b65e0cb03a48502d7 (patch) | |
tree | ec9af1aaa945fd7021a0b8dd8f0aa17e630aa5b5 | |
parent | 60f9986367651028d691bc8b623927d803c5d879 (diff) |
added coc highlight still need to update which-keya and coc-seetings
-rw-r--r-- | plug-config/coc.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plug-config/coc.vim b/plug-config/coc.vim index 546ead0f..5f262cd2 100644 --- a/plug-config/coc.vim +++ b/plug-config/coc.vim @@ -26,6 +26,7 @@ \ 'coc-json', \ 'coc-marketplace', \ 'coc-tabnine', + \ 'coc-highlight', \ ] " Use tab for trigger completion with characters ahead and navigate. |