lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
4.14k stars 102 forks source link

Failed to run `config` for indent-blankline.nvim - attempt to call field 'iter' (a nil value) #880

Closed StaZarycki closed 4 months ago

StaZarycki commented 4 months ago

Problem

I'm sorry if this is somehow not a bug from this plugin, however this is my best guess (I'm using kickstart.nvim).

Whenever I open nvim, I can see this error message: image It worked just fine a couple of days ago, I did not change a thing since then.

Steps to reproduce

Minimal config

return {
  { -- Add indentation guides even on blank lines
    'lukas-reineke/indent-blankline.nvim',
    -- Enable `lukas-reineke/indent-blankline.nvim`
    -- See `:help ibl`
    main = 'ibl',
    opts = {},
  },
}

Steps

  1. Open neovim
  2. Run :Lazy
  3. Sync plugins

Expected behavior

I should not see the error message when opening neovim

Neovim version (nvim -v)

0.9.5

StaZarycki commented 4 months ago

I've just noticed it's probably a duplicate of #879, sorry!