lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
3.98k stars 99 forks source link

[lazy.nvim]: Failed to run config for indent-blankline.nvim because field 'iter' is a nill value #873

Closed GopalVerma1303 closed 2 months ago

GopalVerma1303 commented 2 months ago

Problem

image

Steps to reproduce

  1. git clone https://github.com/GopalVerma1303/dotconfigs.git in your root folder (~)
  2. mv ~/.config/nvim ~/.config/nvim.backup backup for ur current nvim config
  3. mv ~/dotconfigs/nvim.windows ~/.config/nvim move my nvim config (windows) to urs ~/.config
  4. nvim for opening neovim with my config
  5. Open any file, u will see a notice window on the top right showing the error as shown in the above image.

Expected behavior

  1. Should not show this error.
  2. Provide the features as expected.

Neovim version (nvim -v)

v0.9.5

LynnsV commented 2 months ago

I think this issue may answer your problem https://github.com/Bekaboo/dropbar.nvim/issues/1

lukas-reineke commented 2 months ago

duplicate of #869

GopalVerma1303 commented 2 months ago

Thanks guys!