chore(plugin): update indent-blankline to 3.6.2

This commit is contained in:
Oleg Plakida 2024-06-05 12:50:29 +01:00
parent 85ccca97ac
commit 10a68df000
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 76C8D67B0AD15032
3 changed files with 16 additions and 18 deletions

View file

@ -6,29 +6,26 @@ M.config = function()
on_config_done = nil,
options = {
enabled = true,
buftype_exclude = { "terminal", "nofile" },
filetype_exclude = {
"help",
"startify",
"dashboard",
"lazy",
"neogitstatus",
"NvimTree",
"Trouble",
"text",
exclude = {
buftypes = { "terminal", "nofile" },
filetypes = {
"help",
"startify",
"dashboard",
"lazy",
"neogitstatus",
"NvimTree",
"Trouble",
"text",
},
},
char = lvim.icons.ui.LineLeft,
context_char = lvim.icons.ui.LineLeft,
show_trailing_blankline_indent = false,
show_first_indent_level = true,
use_treesitter = true,
show_current_context = true,
indent = { char = lvim.icons.ui.LineLeft },
},
}
end
M.setup = function()
local status_ok, indent_blankline = pcall(require, "indent_blankline")
local status_ok, indent_blankline = pcall(require, "ibl")
if not status_ok then
return
end

View file

@ -325,6 +325,7 @@ local core_plugins = {
{
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
config = function()
require("lvim.core.indentlines").setup()
end,

View file

@ -36,7 +36,7 @@
"commit": "805610a"
},
"indent-blankline.nvim": {
"commit": "9637670"
"commit": "d98f537"
},
"lazy.nvim": {
"commit": "8f19915"