Update indent-blankline to v3
This commit is contained in:
@@ -154,6 +154,7 @@ local plugins = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
|
main = "ibl",
|
||||||
config = require("plugins.indent-blankline"),
|
config = require("plugins.indent-blankline"),
|
||||||
lazy = true,
|
lazy = true,
|
||||||
event = "VimEnter",
|
event = "VimEnter",
|
||||||
|
|||||||
@@ -15,13 +15,14 @@
|
|||||||
]]
|
]]
|
||||||
|
|
||||||
local function setup()
|
local function setup()
|
||||||
require("indent_blankline").setup {
|
require("ibl").setup({
|
||||||
use_treesitter = true,
|
enabled = true,
|
||||||
show_first_indent_level = false,
|
scope = {
|
||||||
show_trailing_blankline_indent = false,
|
enabled = false,
|
||||||
show_current_context = true,
|
show_start = false,
|
||||||
max_indent_increase = 1,
|
show_end = false,
|
||||||
}
|
},
|
||||||
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
return setup
|
return setup
|
||||||
|
|||||||
Reference in New Issue
Block a user