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

How to install the plugin using vam? #94

Open
smadurange opened this issue Mar 11, 2020 · 1 comment
Open

How to install the plugin using vam? #94

smadurange opened this issue Mar 11, 2020 · 1 comment

Comments

@smadurange
Copy link

Hi, I'm very new to vim and plugins, so this might be a stupid question. I'm using vam to install plugins but I can't seem to install this plugin. I tried:

vam install vim-clang-format
vam install ClangFormat
vam install clang-format

All of these commands returned Warning: Ignoring unknown addons:

Honestly, it would be useful for newbies like me to see a complete example of installation with a popular package manager.

@Kypert
Copy link

Kypert commented Apr 20, 2020

Perhaps you have already gotten past this step?

I do not know about vam install, but took a quick look and I have to agree with this, see comment by by -romainl-. Not sure if you are using the former or latter in that comment.

I recommend using vim-plug, which I use myself and that is quite straight forward to setup. Once you have followed the good examples found in vim-plug, you can just add this plugin with:
Plug 'rhysd/vim-clang-format'

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