summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-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