1
0
Fork 0

add few nv-ide plugins

This commit is contained in:
Florian RICHER 2021-08-06 14:25:03 +02:00
parent 8a0e04ee07
commit ff39e091fe
14 changed files with 199 additions and 26 deletions

View file

@ -0,0 +1,12 @@
local function init()
g.indent_blankline_show_current_context = true
g.indent_blankline_buftype_exclude = {'terminal'}
g.indent_blankline_filetype_exclude = {'help', 'startify', 'dashboard', 'packer', 'neogitstatus', 'NvimTree'}
g.indent_blankline_char = ''
g.indent_blankline_use_treesitter = true
g.indent_blankline_show_trailing_blankline_indent = false
end
return {
init = init
}