Correct vim-plug install instructions

Previously defaulted to master branch, this tells it to use main instead
main
Callum Macrae 2 years ago committed by ibhagwan
parent 36f84404fa
commit 06c5ccaebb

@ -70,7 +70,7 @@ at it. That, **and colorful file icons and git indicators!**.
Using [vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'ibhagwan/fzf-lua'
Plug 'ibhagwan/fzf-lua', {'branch': 'main'}
" optional for icon support
Plug 'kyazdani42/nvim-web-devicons'
```

Loading…
Cancel
Save