nvim: init.vim: Fix the home source directory
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
25386fbc52
commit
42258702f4
1 changed files with 2 additions and 2 deletions
|
@ -286,8 +286,8 @@ set updatetime=1000
|
|||
|
||||
" Use deoplete
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
let g:deoplete#sources#rust#racer_binary='$HOME/.cargo/bin/racer'
|
||||
let g:deoplete#sources#rust#rust_source_path='$HOME/GitSources/rust/src'
|
||||
let g:deoplete#sources#rust#racer_binary='/home/sanchayan/.cargo/bin/racer'
|
||||
let g:deoplete#sources#rust#rust_source_path='/home/sanchayan/GitSources/rust/src'
|
||||
|
||||
" Use airline
|
||||
let g:airline#extensions#tabline#enabled = 2
|
||||
|
|
Loading…
Reference in a new issue