mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
update indentline
This commit is contained in:
parent
d6a3859452
commit
aa6a8415d2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
vim.g.indent_blankline_buftype_exclude = {'terminal'}
|
||||
vim.g.indent_blankline_filetype_exclude = {'help', 'startify', 'dashboard', 'packer'}
|
||||
vim.g.indent_blankline_filetype_exclude = {'help', 'startify', 'dashboard', 'packer', 'neogitstatus'}
|
||||
vim.g.indent_blankline_char = '▏'
|
||||
vim.g.indent_blankline_use_treesitter = true
|
||||
vim.g.indent_blankline_show_trailing_blankline_indent = false
|
||||
|
@ -7,5 +7,5 @@ vim.g.indent_blankline_show_current_context = true
|
|||
vim.g.indent_blankline_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'
|
||||
'catch_clause', 'import_statement'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue