Fix ident-blankline config

This commit is contained in:
Markus Ullmann 2023-10-11 17:44:47 +02:00 committed by Markus Ullmann
parent 20feb4b1d5
commit bf10c7c5f0
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ require('lazy').setup({
{
-- Add indentation guides even on blank lines
'lukas-reineke/indent-blankline.nvim',
'lukas-reineke/indent-blankline.nvim', main = "ibl",
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',