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

indent-blankline problem #68

Open
appomsk opened this issue May 24, 2024 · 2 comments
Open

indent-blankline problem #68

appomsk opened this issue May 24, 2024 · 2 comments

Comments

@appomsk
Copy link

appomsk commented May 24, 2024

After launching:

Error detected while processing /home/yazu/var/nvim-repo/starter/config/nvim/init.lua:         
You are trying to call the setup function of indent-blankline version 2, but you have version 3
 installed.                                                                                    
Take a look at the GitHub wiki for instructions on how to migrate, or revert back to version 2.

It's possible to remove this message to change:

require('indent_blankline').setup {

to

require('ibl').setup {

But it's necessary to comment all lines within the block:


require('ibl').setup {
--  char = '┊',
--  filetype_exclude = { 'help' },
--  buftype_exclude = { 'terminal', 'nofile' },
--  show_trailing_blankline_indent = false,
}
@mjlbach
Copy link
Owner

mjlbach commented May 24, 2024

Try now?

@appomsk
Copy link
Author

appomsk commented May 26, 2024

Everything seems fine.

Just one little suggestion. It might be a good idea to remove the version number of neovim or the word "latest" from the readme.

Thank you for your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants