X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/dfda729156598121ba76e0cc77a520549d5b1af0..c40b5f6397d7911ff823b94f6109518c939d2e41:/nvim/lua/plugins/ui.lua diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index 35882fb..0cb899a 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -102,12 +102,16 @@ return { "indent-blankline.nvim", }, { - "mini.indentscope", - opts = { - draw = { - animation = require("mini.indentscope").gen_animation.linear({ duration = 10 }), - }, - }, + "echasnovski/mini.indentscope", + version = false, -- wait till new 0.7.0 release to put it back on semver + event = "LazyFile", + opts = function (_, opts) + return { + draw = { + animation = require("mini.indentscope").gen_animation.linear({ duration = 10 }) + } + } + end, }, { "nvimdev/dashboard-nvim", @@ -179,7 +183,7 @@ return { end }, { - "nvim-navic", + "SmiteshP/nvim-navic", }, { "nvim-web-devicons",