mirror of
https://github.com/vbrandl/dotfiles
synced 2025-07-01 16:55:09 +02:00
Update
This commit is contained in:
@ -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 :
|
||||
|
Reference in New Issue
Block a user