Skip to content

Commit

Permalink
add indentscope animation
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge committed Sep 21, 2024
1 parent ed63ebc commit 040916e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/astrocommunity/indent/mini-indentscope/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ return {
event = "User AstroFile",
opts = function()
return {
draw = {
delay = 100,
animation = function(s, n) return s / n * 10 end,
},
options = { try_as_border = true },
symbol = require("astrocore").plugin_opts("indent-blankline.nvim").context_char or char,
}
Expand Down

0 comments on commit 040916e

Please sign in to comment.