Skip to content

Commit

Permalink
feat: update indent_blankline config to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Sep 28, 2023
1 parent 66cc9b6 commit e91641b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/native/plugin/indent-blankline.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
local indent_blankline = require("indent_blankline")
local indent_blankline = require("ibl")
local icons = require("konrad.icons").ui

indent_blankline.setup {
char = icons.Guide,
use_treesitter = true,
show_current_context = true,
}
indent_blankline.setup({
indent = { char = icons.Guide },
})

0 comments on commit e91641b

Please sign in to comment.