+ Use typenine server for language
This commit is contained in:
parent
dd3fab1402
commit
e6f1d254a4
2 changed files with 6 additions and 2 deletions
|
@ -48,7 +48,11 @@ else
|
|||
Plug 'roxma/vim-hug-neovim-rpc'
|
||||
endif
|
||||
" deoplete source
|
||||
Plug 'deoplete-plugins/deoplete-jedi'
|
||||
if has('win32') || has('win64')
|
||||
Plug 'tbodt/deoplete-tabnine', { 'do': 'powershell.exe .\install.ps1' }
|
||||
else
|
||||
Plug 'tbodt/deoplete-tabnine', { 'do': './install.sh' }
|
||||
endif
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ if [[ -n $SSH_CONNECTION ]]; then
|
|||
else
|
||||
export EDITOR='nvim'
|
||||
fi
|
||||
export BROWSER='firefox'
|
||||
export BROWSER='qutebrowser'
|
||||
export TERMINAL='alacritty'
|
||||
export READER='zathura'
|
||||
export HTTPS='localhost:9050'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue