lukas-reineke / indent-blankline.nvim

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

indent-blankline "failed to run config" after update lazyvim #875

Closed davidgao7 closed 4 months ago

davidgao7 commented 4 months ago

Problem

Hello everyone, thanks for making this awesome plugin! I updated lazyvim this morning and got indent-blankline failed to run config I also asked in the lazyvim community and kind of found the answer.

here are some stack trace from indent-blankline.nvim if it could help debug :) discussion in lazy community

Good luck on fixing bug!

Steps to reproduce

run sync in lazyvim and then open a file in any language

Expected behavior

see the invisibles,indent, a line surrounding functions, etc

Neovim version (nvim -v)

NVIM v0.9.5 Build type: Release LuaJIT 2.1.1703358377

lukas-reineke commented 4 months ago

Duplicate of #869

sfrique commented 4 months ago

duplicate of #869

z0tedd commented 4 months ago

You can use previous version of plugin. Create indent-blankline.lua file in your config and write the following text: return { "lukas-reineke/indent-blankline.nvim", main = "ibl", commit = "29be0919b91fb59eca9e90690d76014233392bef", }