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:
Aaryan Trivedi 2023-09-28 18:09:37 +05:30 committed by GitHub
parent 3668af39f4
commit 2940f66e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ require('lazy').setup({
'lukas-reineke/indent-blankline.nvim', 'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim` -- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help indent_blankline.txt` -- See `:help indent_blankline.txt`
version = "2.20.8" -- To Avoid the error while accessing Indent Blankline V2
opts = { opts = {
char = '', char = '',
show_trailing_blankline_indent = false, show_trailing_blankline_indent = false,