Skip to content

Commit

Permalink
Remove indent_blankline_ part (ChristianChiarulli#9)
Browse files Browse the repository at this point in the history
indent_blankline_ part has to be removed from configuration variables
  • Loading branch information
hansemschnokeloch authored Jun 26, 2022
1 parent 53e1cc4 commit 49d8b68
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions lua/user/indentline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ if not status_ok then
end

indent_blankline.setup {
char = "",
show_trailing_blankline_indent = false,
show_first_indent_level = true,
use_treesitter = true,
show_current_context = true,
indent_blankline_char = "",
indent_blankline_show_trailing_blankline_indent = false,
indent_blankline_show_first_indent_level = true,
indent_blankline_use_treesitter = true,
indent_blankline_show_current_context = true,
indent_blankline_buftype_exclude = { "terminal", "nofile" },
indent_blankline_filetype_exclude = {
buftype_exclude = { "terminal", "nofile" },
filetype_exclude = {
"help",
"packer",
"NvimTree",
Expand Down

0 comments on commit 49d8b68

Please sign in to comment.