Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Community Indent Blankline #596

Closed
3 tasks done
Dev-Aulotte opened this issue Oct 6, 2023 · 1 comment · Fixed by #562
Closed
3 tasks done

Community Indent Blankline #596

Dev-Aulotte opened this issue Oct 6, 2023 · 1 comment · Fixed by #562
Labels
broken plugin Plugin broken due to breaking change in plugin

Comments

@Dev-Aulotte
Copy link
Contributor

Checklist

  • I have searched through the AstroNvim docs
  • I have searched through the existing issues of AstroNvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.9.2

Operating system/version

macOS 14.0

Terminal/GUI

ITerm2

Describe the bug

The opts did not match the new implementation of the plugin, so an error is trigger.

Steps to Reproduce

  1. Install the plugin from community
  2. Reload nvim
  3. open a file

Expected behavior

Failed to run config for indent-blankline.nvim

.../share/nvim/lazy/indent-blankline.nvim/lua/ibl/utils.lua:18: 'show_current_context' is not a valid key of ibl.config

stacktrace:

  • /indent-blankline.nvim/lua/ibl/utils.lua:18 in validate
  • /indent-blankline.nvim/lua/ibl/config.lua:111 in validate_config
  • /indent-blankline.nvim/lua/ibl/config.lua:271 in set_config
  • /indent-blankline.nvim/lua/ibl/init.lua:59 in setup
  • lua/astronvim/utils/init.lua:145

Screenshots

No response

Additional Context

No response

@Dev-Aulotte Dev-Aulotte added the bug Something isn't working label Oct 6, 2023
@Uzaaft
Copy link
Member

Uzaaft commented Oct 6, 2023

Feel free to open a PR. :)

@Uzaaft Uzaaft added broken plugin Plugin broken due to breaking change in plugin and removed bug Something isn't working labels Oct 6, 2023
@Uzaaft Uzaaft closed this as completed in 7bd974c Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken plugin Plugin broken due to breaking change in plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants