ThePrimeagen / vim-be-good

vim-be-good is a nvim plugin designed to make you better at Vim Movements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid method: nvim_create_buf

TamaMcGlinn opened this issue · comments

After installing, when I run VimBeGood I get the following message:

Error: nvim_create_buf: Invalid method: nvim_create_buf

I am guessing that means you need at least Neovim version X. I am on 0.3.2.

That method was added in a commit to neovim on Feb 9, 2019. The first version cut after that was 0.3.5. Hope this helps.

Neovim version 0.3.8 still has this problem

I guess the commit must not have been in master when 0.3.5 was cut. I'm not sure when it was added then, without digging through the git history some more.

Neovim 0.4.0 mentions this in the release notes; you should state that as your minimum neovim version in the readme.