anned20 / vimsence

Discord rich presence for Vim
MIT License
45 stars 29 forks source link

Installation not friendly for beginners #9

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

I'm on Mac and I am a beginner. The installation is kind of confusing for me please add screenshots of how you install.

Thanks.

Axarva commented 4 years ago

Hi,

I'm on Mac and I am a beginner. The installation is kind of confusing for me please add screenshots of how you install.

Thanks.

Do you have Vim-plug or such a plugin? If not, go through installing vim-plug first After that, edit the .vimrc file in your home directory to include the lines in the README of this project. Save the file, launch vim, and then type in the editor command ‘:PlugInstall’ (An editor command is like :q which exits vim if you remember) This will install it for you and hence you can use it. I’m pretty sure that’s the same for all OSes with vim.

anned20 commented 4 years ago

Sorry for the delayed reaction, but what @Axarva said above applies. It's just a simple Vim plugin, works just like any other Vim plugin.