From: Samir Benmendil Date: Wed, 12 Apr 2023 14:53:46 +0000 (+0100) Subject: nvim/ui: set animation fuction for indentscope X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f36a5838731b0f8d12029104cd09bfaa7a86442c?ds=sidebyside nvim/ui: set animation fuction for indentscope It's not very different from the default, maybe a little faster. But provides a reminder for configuration points later in time. --- diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index 61fad3b..dccc956 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -58,6 +58,11 @@ return { }, { "mini.indentscope", + opts = { + draw = { + animation = require("mini.indentscope").gen_animation.linear({ duration = 10 }), + }, + }, }, { "alpha-nvim",