neovim: Source init.vim to use headless PlugInstall
This commit is contained in:
parent
18a3dfa94e
commit
56f6c13001
3 changed files with 2 additions and 6 deletions
|
|
@ -6,7 +6,6 @@ let &shell = '/bin/sh'
|
|||
let g:python3_host_prog = expand('~/.virtualenvs/neovim3/bin/python')
|
||||
let g:python_host_prog = expand('~/.virtualenvs/neovim2/bin/python')
|
||||
|
||||
set runtimepath+=~/.config/nvim/autoload
|
||||
call plug#begin('~/.local/share/nvim/plugged')
|
||||
if filereadable(expand("~/.config/nvim/os-plugins.vim"))
|
||||
source ~/.config/nvim/os-plugins.vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue