ojroques / nvim-lspfuzzy

A Neovim plugin to make the LSP client use FZF
BSD 2-Clause "Simplified" License
316 stars 11 forks source link

Vimplug cannot find master branch #1

Closed CKolkey closed 3 years ago

CKolkey commented 3 years ago

Since you're using Main. Screen Shot 2020-12-11 at 11 18 32

Perhaps update the readme to this: Plug 'ojroques/nvim-lspfuzzy', { 'branch': 'main' }

ojroques commented 3 years ago

Ah yes thank you.

ojroques commented 3 years ago

Btw it seems vim-plug does support non-master branch now: https://github.com/junegunn/vim-plug/pull/1007.