907th/vim-auto-save

Installation directions for people who don't have vundle

Bhupesh-V opened this issue ยท 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

how about vim?