mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
fixing bugs ins vimrc
This commit is contained in:
parent
69b3f9b238
commit
194f7f6241
@ -32,7 +32,7 @@ call plug#begin('~/.config/nvim/plugged')
|
|||||||
Plug 'donRaphaco/neotex', { 'for': 'tex'}
|
Plug 'donRaphaco/neotex', { 'for': 'tex'}
|
||||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||||
Plug 'lervag/vimtex', {'for': 'tex'}
|
Plug 'lervag/vimtex', {'for': 'tex'}
|
||||||
"Plug 'artur-shaik/vim-javacomplete2'
|
Plug 'artur-shaik/vim-javacomplete2'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" neotex
|
" neotex
|
||||||
@ -59,4 +59,4 @@ function! s:check_back_space() abort "" {{{
|
|||||||
endfunction "" }}}
|
endfunction "" }}}
|
||||||
|
|
||||||
" javacomplete2
|
" javacomplete2
|
||||||
"autocmd FileType java setlocal omnifunc=vim-javacomplete2#Complete
|
autocmd FileType java setlocal omnifunc=javacomplete#Complete
|
||||||
|
Loading…
x
Reference in New Issue
Block a user