MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

I can not install any addons using VAM #190

Open jazei-AR opened 1 year ago

jazei-AR commented 1 year ago

I use VAM because it is in the repository of my distro Mint. only for that ONLY !!! !OK? I install it from distro repo, so then I can not install anything!!!! e.g goyo but a lots of addons equals. even using the vim.org official list of addons
always the same reply : Warning: Ignoring unknown addons: junegunn/goyo.vim Warning: Ignoring unknown addons: goyo.vim Warning: Ignoring unknown addons: github:junegunn/goyo.vim Warning: Ignoring unknown addons: goyo using command line pc@Netbook:~/Documentos$ vim-addons install github:junegunn/goyo.vim Warning: Ignoring unknown addons: github:junegunn/goyo.vim

pc@Netbook:~/Documentos$ vim-addons

Name User Status System Status

airline removed installed
airline-themes removed installed
espeak removed removed
pc@Netbook:~/Documentos$

What is wrong in my protocol for install anything?

MarcWeber commented 1 year ago

There was simething about an alernative project.VAM from my github page is viml code you can install by adding sample code to vimrc. Then you can get the repo info then you can install. You can read my online dicumentation. But my project doesnt provide vim-addon commandline tool.Von meinem Huawei-Telefon gesendet-------- Ursprüngliche Nachricht --------Von: jazei-AR @.>Datum: Di., 24. Jan. 2023, 18:33An: MarcWeber/vim-addon-manager @.>Cc: Subscribed @.>Betreff: [MarcWeber/vim-addon-manager] I can not install any addons using VAM (Issue #190) I use VAM because it is in the repository of my distro Mint. only for that ONLY !!! !OK? I install it from distro repo, so then I can not install anything!!!! e.g goyo but a lots of addons equals. even using the vim.org official list of addons always the same reply : Warning: Ignoring unknown addons: junegunn/goyo.vim Warning: Ignoring unknown addons: goyo.vim Warning: Ignoring unknown addons: github:junegunn/goyo.vim Warning: Ignoring unknown addons: goyo using command line @.:~/Documentos$ vim-addons install github:junegunn/goyo.vim Warning: Ignoring unknown addons: github:junegunn/goyo.vim @.:~/Documentos$ vim-addons Name User Status System Status airline removed installed airline-themes removed installed espeak removed removed @.:~/Documentos$ What is wrong in my protocol for install anything?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

jazei-AR commented 1 year ago

I need step by step help for installation. it is very complex for understand the installatinon. I tried the auto-installer but I understand until spam protection.. next chinese for me. what a pity my poor knowledge, I am not nerd. don't disturb more thank you

MarcWeber commented 1 year ago

Has nothing to do with being nerd. Your vim-addons tool has nothing to with vim-addon-manager vim-addon-manager can be intsalled by going to https://github.com/MarcWeber/vim-addon-manager

Goto "Put this line first" comment. Put all of that text into your ~/.vimrc file. That's it. If you have git in path you're up and running.

Then add lines like VAMActivate sparkup or whatever and be happy.

MarcWeber commented 1 year ago

BTW Codium/VScode also get a lot done with almost no configuration. And there is a Vim like plugin. So use what works best for you. Cause Vim and its ecosystem will be always a 'try error fail retry write some code yourself'. Sry about that.