Skip to content

Commit

Permalink
Update: /lua/plugins/indent-blankline.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfucksec committed Nov 20, 2022
1 parent ac82624 commit bb33ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/indent-blankline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end
indent_blankline.setup {
char = "",
use_treesitter = true,
show_first_indent_level = false,
show_first_indent_level = true,
filetype_exclude = {
'lspinfo',
'packer',
Expand Down

0 comments on commit bb33ecb

Please sign in to comment.