migrate to blankline v3.0 ( breaking change )
This commit is contained in:
parent
4a8fb69157
commit
f48ff142f0
2 changed files with 7 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue