Update init.lua
To avoid the error "You are trying to call the setup function of Indent-blankline version 2 but you have version 3 installed."
This commit is contained in:
parent
3668af39f4
commit
2940f66e6b
1
init.lua
1
init.lua
|
@ -170,6 +170,7 @@ require('lazy').setup({
|
|||
'lukas-reineke/indent-blankline.nvim',
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help indent_blankline.txt`
|
||||
version = "2.20.8" -- To Avoid the error while accessing Indent Blankline V2
|
||||
opts = {
|
||||
char = '┊',
|
||||
show_trailing_blankline_indent = false,
|
||||
|
|
Loading…
Reference in New Issue