APZelos / blamer.nvim

A git blame plugin for neovim inspired by VS Code's GitLens plugin
MIT License
733 stars 35 forks source link

Not autostarting #28

Closed g0rdonL closed 4 years ago

g0rdonL commented 4 years ago

I put let g:blamer_enabled = 1 in my init.vim and the it doesn't show until I call :BlamerShow.

The only setting addition to this is let g:blamer_delay = 250.

Using nvim v0.4.4 and Plug

g0rdonL commented 4 years ago

It works now no idea why