Nvim-tree.lua: Error executing lua view.lua - attempt to call field 'nvim_win_hide' (a nil value)

Created on 16 Apr 2021  路  3Comments  路  Source: kyazdani42/nvim-tree.lua

After updating the plugin today I started getting the error

E5108: Error executing lua .../.config/.nvim/plugged/nvim-tree.lua/lua/nvim-tree/view.lua:151: attempt to call field 'nvim_win_hide' (a nil value)

Most helpful comment

Ok just figured out it's a problem with versioning. Neovim recently released the function nvim_win_hide, so just updating your neovim with its master HEAD should solve it!

All 3 comments

same

Ok just figured out it's a problem with versioning. Neovim recently released the function nvim_win_hide, so just updating your neovim with its master HEAD should solve it!

oh ! i didn't realize that this was all new :) thanks for noticing yourself !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ziulev picture ziulev  路  8Comments

seblj picture seblj  路  6Comments

stsewd picture stsewd  路  9Comments

akinsho picture akinsho  路  9Comments

gmr458 picture gmr458  路  6Comments