Closed nicktify closed 1 year ago
Sorry about the inconvenience! I made a mistake about the nvim version required for this plugin, actually it is required to have nvim nightly (>= 0.10.0) for dropbar.nvim to work since the vim.iter
module is new feature introduced in nvim nightly. Thanks for reporting.
Description
Hello. I'm having a problem after installation.
Just after installing, I open a .js file and the error
attempt to call field 'iter' (a nil value)
appears.I search for the function iter in the codebase of the dropbar .lua files and comment the following code and all works perfectly.
The code is in
lua/sources/lsp.lua
line 288nvim version
NVIM v0.9.1
dropbar.nvim version
7ae61cc14877dcfe5e127b8c66c87247b1ef2eaa
Operating system and version
MacOS 13.3.1
Minimal config
Steps to reproduce
Expected behavior
Work without errors
Actual behavior
Additional information
No response