This commit is contained in:
Saeed Afzal
2023-10-19 09:43:27 +01:00
parent 478bacb10b
commit 0bad0f0929
18 changed files with 233 additions and 449 deletions

View File

@@ -1,42 +1,6 @@
return {
"lukas-reineke/indent-blankline.nvim",
opts = {
char = "",
context_char = "",
filetype_exclude = {
"help",
"terminal",
"alpha",
"lazy",
"neo-tree",
"Trouble"
},
buftype_exclude = { "nofile", "terminal" },
context_patterns = {
"class",
"return",
"function",
"method",
"^if",
"^while",
"jsx_element",
"^for",
"^object",
"^table",
"block",
"arguments",
"if_statement",
"else_clause",
"jsx_element",
"jsx_self_closing_element",
"try_statement",
"catch_clause",
"import_statement",
"operation_type"
},
show_trailing_blankline_indent = false,
show_first_indent_level = false,
use_treesitter = true,
show_current_context = true
}
event = "BufEnter",
main = "ibl",
config = true
}