main branch is called 'main' (not 'master') which breaks vim-plug
jdrouhard opened this issue · 2 comments
jdrouhard commented
The main branch is called "main" currently which is incompatible with vim-plug.
vim-plug expects the main branch to be called "master", otherwise you get:
x fzf-lsp.nvim:
fatal: invalid reference: master
gfanto commented
Sorry, but i don't understand why it breakes, i use vim plug and i have installed it without problems.
If i have to give you a fast solution it would be just a replace from Plug 'gfanto/fzf-lsp.nvim'
with Plug 'gfanto/fzf-lsp.nvim', { 'branch': 'main' }
but i would like to understand why it breakes.
jdrouhard commented
Seems like I was using an outdated version of vim-plug. Works fine now, thanks!