jdhao / nvim-config

A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
MIT License
3.4k stars 502 forks source link

Failed to run `config` for indent-blankline #247

Closed yxsongbo closed 10 months ago

yxsongbo commented 10 months ago

Failed to run config for indent-blankline.nvi m

/Users/songbo/.config/nvim/lua/config/indent-bl ankline.lua:5: module 'ibl' not found: ^Ino field package.preload['ibl'] cache_loader: module ibl not found cache_loader_lib: module ibl not found ^Ino file './ibl.lua' ^Ino file '/usr/local/share/luajit-2.1.0-beta3/ ibl.lua' ^Ino file '/usr/local/share/lua/5.1/ibl.lua' ^Ino file '/usr/local/share/lua/5.1/ibl/init.lu a' ^Ino file './ibl.so' ^Ino file '/usr/local/lib/lua/5.1/ibl.so' ^Ino file '/usr/local/lib/lua/5.1/loadall.so'

stacktrace:

Describe the bug

Steps to reproduce the issue:

1. 2. 3.

Expected behavior

Screenshots

Additional context

jdhao commented 10 months ago

Try to delete the plugin indent-blankline and reinstall it again. Please use the latest code of this repo.

devgiri0082 commented 9 months ago

I also got the same issue. I am using macbook air, m1 2020 with mac os 13.4.

carlosnsr commented 6 months ago

:Lazy update indent-blankline.nvim fixed it for me

I still had v2.20 installed. The new config is for v3+ (I assume). Updating to the latest version of indent-blankline using the above command solved it.