Skip to content

Commit 8b24ff1

Browse files
committed
Replaces youcompleteme with coc
1 parent c4cf1f4 commit 8b24ff1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vim/plugins

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ plugins=(
6060
https://github.com/elixir-lang/vim-elixir.git
6161
https://github.com/jnwhiteh/vim-golang.git
6262
https://github.com/christoomey/vim-tmux-navigator.git
63-
https://github.com/Valloric/YouCompleteMe.git
63+
64+
https://github.com/neoclide/coc.nvim.git
6465
)
6566

6667
bundle_dir=$HOME/.vim/bundle

0 commit comments

Comments
 (0)