You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
After launching:
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:
The text was updated successfully, but these errors were encountered: