Neovim Fugitive Merginal: Errors out when toggled on

171 views Asked by At

Just installed Merginal (which is a addon to Fugitive) for Neovim and am getting this error when toggling the buffer (:Merginal):

enter image description here

I have my git setup properly and am able to use all other features of Fugitive. Anyone run into this before?

Thank you,

1

There are 1 answers

1
Riza Khan On BEST ANSWER

@torek has the correct suggestion.

If you are using Plug to install your plugins, its not pulling the latest code. Therefore:

  1. Go to my_plugins or where ever your Plug plugins are installed.
  2. Remove the vim-merginal repo completely
  3. git clone https://github.com/idanarye/vim-merginal.git