Skip to content

Commit

Permalink
Modernize installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
h3xx committed Mar 6, 2024
1 parent 45411da commit 77e5220
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ vim-bracketed-paste enables transparent pasting into vim. (i.e. no more `:set pa
Installation
============

I recommend using [pathogen](https://github.com/tpope/vim-pathogen). Once you have installed pathogen:
Vim supports native package directories starting with version 8. All you have to do is clone this project under `~/.vim/pack/<any dir name>/start/vim-bracketed-paste` to have it auto-load.

```bash
mkdir -p ~/.vim/pack/dist/start
git clone https://github.com/ConradIrwin/vim-bracketed-paste ~/.vim/pack/dist/start/vim-bracketed-paste
```

For Vim 7 and older, I recommend using [pathogen](https://github.com/tpope/vim-pathogen). Once you have installed pathogen:

```bash
cd ~/.vim/bundle
Expand Down

0 comments on commit 77e5220

Please sign in to comment.