summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadbeast <sadbeast@sadbeast.com>2020-11-12 12:15:59 -0600
committerSadbeast <sadbeast@sadbeast.com>2020-11-12 12:15:59 -0600
commitee5893d5be0d11d5b5b38f288bae5379c53f761b (patch)
treea3c356c7295bb93b15687776cd3a8f64b643d9b5
parent3642d5bf6180a878f4e277f6cdd80c284bc0f2a0 (diff)
downloadcfg-ee5893d5be0d11d5b5b38f288bae5379c53f761b.tar.gz
cfg-ee5893d5be0d11d5b5b38f288bae5379c53f761b.tar.bz2
temporarily try another completer
-rw-r--r--.vimrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index f5b9097..fcbe77e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -39,9 +39,10 @@ nmap <leader>bb :Buffers<cr>
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 <leader>jd :YcmCompleter GoTo<CR>
+"Plug 'Valloric/YouCompleteMe'
+"let g:ycm_rust_src_path = '~/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src'
+"nnoremap <leader>jd :YcmCompleter GoTo<CR>
+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