1
0
mirror of https://github.com/vbrandl/dotfiles synced 2025-07-01 16:55:09 +02:00
This commit is contained in:
Valentin Brandl
2017-05-12 14:20:02 +02:00
parent e76ae88dfb
commit 320b8f807e
3 changed files with 27 additions and 4 deletions

View File

@ -386,7 +386,7 @@ let g:notes_directories = ['~/Dokumente/Notes']
let g:polyglot_disabled = ['latex'] " disable latex in polyglot to use vimtex
" you complete me
let g:ycm_rust_src_path = '/usr/src/rust/src'
let g:ycm_rust_src_path = '~/.multirust/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src'
let g:ycm_python_binary_path = 'python'
" " javacomplete2
@ -404,4 +404,8 @@ let g:ycm_python_binary_path = 'python'
" nmap <F7> <Plug>(JavaComplete-Imports-RemoveUnused)
" imap <F7> <Plug>(JavaComplete-Imports-RemoveUnused)
if has('nvim')
let g:deoplete#enable_at_startup = 1
endif
" vim: set filetype=vim ts=8 sw=2 tw=120 noet :