lukas-reineke / indent-blankline.nvim

Indent guides for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GopalVerma1303 opened this issue · comments

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

I think this issue may answer your problem
Bekaboo/dropbar.nvim#1

duplicate of #869

Thanks guys!