Vscode-neovim: How to install plugin to neovim?

Created on 13 Dec 2019  路  4Comments  路  Source: asvetliakov/vscode-neovim

My init.vim looks like:
(Windows 10)

set clipboard=unnamedplus

call plug#begin()
Plug 'tpope/vim-surround'
call plug#end()

but nvim.exe tells me that Unknown function: plug#begin

question

All 4 comments

'runtimepath' must be wrong. Does it work in nvim itself? Read the doc for vim-plug .

Also if you're using WSL config flag, you must have plug installed in WSL neovim, not windows (same for config)

My bad, I needed to put plug.vin under autoload dir.

great to hear! i'm closing the issue then

Was this page helpful?
0 / 5 - 0 ratings

Related issues

erlais picture erlais  路  3Comments

asvetliakov picture asvetliakov  路  5Comments

anhyeast picture anhyeast  路  5Comments

albert-ying picture albert-ying  路  4Comments

ppwwyyxx picture ppwwyyxx  路  4Comments