vim-auto-save icon indicating copy to clipboard operation
vim-auto-save copied to clipboard

Installation directions for people who don't have vundle

Open Bhupesh-V opened this issue 5 years ago • 1 comments

Firstly thanks for the plugin 👍🏽

It would be nice to add installation directions for users who don't have vundle. Plus it would be nice for new users to configure the setup easily, not everyone used vundle, plug etc

For e.g for neovim users :

  1. Create the following path inside your nvim config folder & cd into it
   mkdir -p ~/.config/nvim/pack/vim-auto-save/start && cd $_
  1. Clone vim-auto-save
    git clone https://github.com/907th/vim-auto-save.git
  1. Change config in your init.vim file if needed and it is done!

Other methods

Let me know if this is what you want, I will send a PR

Bhupesh-V avatar Nov 12 '20 06:11 Bhupesh-V

how about vim?

xukongwen avatar Feb 07 '21 10:02 xukongwen