From 2f76df813bd1500a859c68d88ac31e98858b7f28 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Mon, 11 Nov 2019 13:25:45 -0600 Subject: [PATCH] Swap Tabnine for COC --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 6b25656..bb47e0c 100755 --- a/install +++ b/install @@ -72,7 +72,7 @@ done VIMPLUGS=( "w0rp/ale" "junegunn/fzf.vim" - # "zxqfl/tabnine-vim" + "neoclide/coc.nvim" "editorconfig/editorconfig-vim" "sheerun/vim-polyglot"