Search code examples
neovimvim-fugitive

Neovim Fugitive Merginal: Errors out when toggled on


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,


Solution

  • @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