fix(init.lua): indent blankline v3 setup#443
Merged
feoh merged 1 commit intonvim-lua:masterfrom Sep 28, 2023
Merged
Conversation
Comment on lines
+173
to
+178
| config = function() | ||
| require('ibl').setup { | ||
| char = '┊', | ||
| show_trailing_blankline_indent = false, | ||
| } | ||
| end, |
There was a problem hiding this comment.
This can be done easier by setting main = 'ibl' in the plugin config instead of using a function. Also it seems show_trailing_blankline_indent = false is the default now.
There was a problem hiding this comment.
also the main = 'ibl' is the way how upstream recommends it
Collaborator
|
I see the error too. I'll be in work meetings all morning - if someone other than the OP has time to test this fix and validate that it fixes the issue, I'd be happy to merge. |
Collaborator
|
Actually, I changed my mind :) We can always revert and we're busted right now so there's no where to go but up. Merging. |
This was referenced Sep 28, 2023
Closed
qiuye2015
pushed a commit
to qiuye2015/fjp.nvim
that referenced
this pull request
Dec 10, 2023
fix(init.lua): indent blankline v3 setup
cbmorrell
pushed a commit
to cbmorrell/kickstart-modular.nvim
that referenced
this pull request
Apr 22, 2024
fix(init.lua): indent blankline v3 setup
s-frick
pushed a commit
to s-frick/kickstart.nvim
that referenced
this pull request
Jul 29, 2024
fix(init.lua): indent blankline v3 setup
melobern
added a commit
to melobern/kickstart.nvim
that referenced
this pull request
Oct 30, 2024
fix(init.lua): indent blankline v3 setup
felixhummel
added a commit
to felixhummel/nvim
that referenced
this pull request
Dec 19, 2024
fix(init.lua): indent blankline v3 setup
restray
added a commit
to restray/kickstart.nvim
that referenced
this pull request
Mar 16, 2025
fix(init.lua): indent blankline v3 setup
tkappedev
pushed a commit
to tkappedev/kickstart.nvim
that referenced
this pull request
Jun 14, 2025
fix(init.lua): indent blankline v3 setup
apriljarosz
pushed a commit
to apriljarosz/kickstart.nvim
that referenced
this pull request
Jun 19, 2025
fix(init.lua): indent blankline v3 setup
eduardofuncao
pushed a commit
to eduardofuncao/config.nvim
that referenced
this pull request
Aug 5, 2025
fix(init.lua): indent blankline v3 setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Indent blankline plugin v3 setup throws error when called with
opts = {...}