Reconfigure YCM

This commit is contained in:
Yash Karandikar 2022-04-09 14:46:50 -05:00
parent a81d082d9a
commit 3d25261130
Signed by: karx
GPG key ID: A794DA2529474BA5

4
.vimrc
View file

@ -39,3 +39,7 @@ let g:NERDTreeDirArrowCollapsible = '<'
nnoremap <C-s> :w<CR>
nnoremap <C-q> :q<CR>
command Dw :w !sudo tee %
" YCM settings
let g:ycm_autoclose_preview_window_after_completion = 1
let g:ycm_rust_toolchain_root = "/home/yashkarandikar/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/"