From ee5893d5be0d11d5b5b38f288bae5379c53f761b Mon Sep 17 00:00:00 2001 From: Sadbeast Date: Thu, 12 Nov 2020 12:15:59 -0600 Subject: temporarily try another completer --- .vimrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index f5b9097..fcbe77e 100644 --- a/.vimrc +++ b/.vimrc @@ -39,9 +39,10 @@ nmap bb :Buffers Plug 'danro/rename.vim' " ugh this thing -Plug 'Valloric/YouCompleteMe' -let g:ycm_rust_src_path = '~/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src' -nnoremap jd :YcmCompleter GoTo +"Plug 'Valloric/YouCompleteMe' +"let g:ycm_rust_src_path = '~/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src' +"nnoremap jd :YcmCompleter GoTo +Plug 'neoclide/coc.nvim' Plug 'chaquotay/ftl-vim-syntax' @@ -113,6 +114,8 @@ Plug 'w0rp/ale' " Unixy stuff Plug 'tpope/vim-eunuch' +Plug 'ziglang/zig.vim' + call plug#end() filetype plugin indent on -- cgit v1.2.3