Skip to content

Commit

Permalink
Mention installing vim-numvertoggle with Vim's package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Dec 30, 2020
1 parent 4cad062 commit 84ce4d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ out of Vim, switch to another split, or when you go into insert mode.

## Installation

Using Vim's package manager:

1. `$ git clone [email protected]:jeffkreeftmeijer/vim-numbertoggle.git ~/.vim/pack/plugins/start/vim-numbertoggle`
2. `:set number relativenumber`

Using [vim-plug](https://github.com/junegunn/vim-plug)

1. Add `Plug 'jeffkreeftmeijer/vim-numbertoggle'` to `~/.vimrc` or
Expand Down

0 comments on commit 84ce4d6

Please sign in to comment.