migrate to blankline v3.0 ( breaking change )

This commit is contained in:
siduck 2023-09-28 11:22:12 +05:30
parent 4a8fb69157
commit f48ff142f0
2 changed files with 7 additions and 21 deletions

View file

@ -2,24 +2,8 @@ local M = {}
local utils = require "core.utils"
M.blankline = {
indentLine_enabled = 1,
filetype_exclude = {
"help",
"terminal",
"lazy",
"lspinfo",
"TelescopePrompt",
"TelescopeResults",
"mason",
"nvdash",
"nvcheatsheet",
"",
},
buftype_exclude = { "terminal" },
show_trailing_blankline_indent = false,
show_first_indent_level = false,
show_current_context = true,
show_current_context_start = true,
indent = { highlight = "IblChar" },
scope = { highlight = "IblScopeChar" },
}
M.luasnip = function(opts)