Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install, Please help #19

Closed
kcvinker opened this issue Dec 21, 2019 · 4 comments
Closed

Can't install, Please help #19

kcvinker opened this issue Dec 21, 2019 · 4 comments

Comments

@kcvinker
Copy link

Hi, i tried to type this command "plug 'alaviss/nim.nvim' " and hit enter. But it says that--
"'plug' is not recognized as an internal or external command,
operable program or batch file. "
Please provide detailed information about how to install.

@belamenso
Copy link
Contributor

  1. Use a newer (>=0.3) version of nvim (installation instructions are here https://github.com/neovim/neovim/wiki/Installing-Neovim).
  2. Install Plug (it's a vim/neovim package manager) (instructions here: https://github.com/junegunn/vim-plug#neovim)
  3. In your neovim config file (~/.config/nvim/init.vim on my machine) add the following (~/.vim/plugged is Plug's data directory, you can change it):
call plug#begin('~/.vim/plugged')
Plug 'alaviss/nim.nvim'
call plug#end()
  1. Enter neovim (nvim) and type <ESC>:PlugInstall<ENTER>

@kcvinker
Copy link
Author

@belamenso
Thanks a lot. Let me try.

@alaviss
Copy link
Owner

alaviss commented Dec 29, 2019

@vinodvinu
If everything worked out, please close this issue, thanks!

@kcvinker
Copy link
Author

kcvinker commented Dec 30, 2019

Sure :) Actually, i didn't tried it yet. Didn't get enough free time. Well, if it is not a good manner to leave issues open for a long time, i am closing this. Thanks for the support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants