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

Add Configuration for Packer #178

Closed
HenftyKnight opened this issue Jun 13, 2022 · 1 comment
Closed

Add Configuration for Packer #178

HenftyKnight opened this issue Jun 13, 2022 · 1 comment

Comments

@HenftyKnight
Copy link

HenftyKnight commented Jun 13, 2022

Hey, it would be really great if you could, add configuration on how to install this using Packer.
I tried it and was just playing around with it.

cd ~/.config/nvim/lua
open packer_init.lua
add
->  use {'neoclide/coc.nvim', branch = 'release'}

":PackerInstall"

Once you have coc.nvim
:CocInstall @yaegassy/coc-volar

Awesome work!
Thanks

@yaegassy
Copy link
Owner

Thanks for the suggestion. 🙇

coc.nvim supports "Vim8" as well as "Neovim". packer.nvim is a plugin manager for "Neovim" only and does not work with "Vim8".

Even in the example of installing coc.nvim itself, vim-plug is employed.

Furthermore, as an additional note, I myself use vim-plug and do not use packer.nvim. Therefore, we may not be able to give you a correct answer if you report an issue related to packer.nvim.

There are many plugin managers for Vim/Neovim. The one using vim-plug is just one installation example. There are no plans to add examples of other package managers at this time. 🙇

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

No branches or pull requests

2 participants