]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/ui.lua
nvim: don't quit nvim from dashboard
[dotfiles.git] / nvim / lua / plugins / ui.lua
index 35882fb2dadbf518bd32e79c9e4b4b2f94ca6bfd..0cb899a94543e3e288d1efb5425b0b785603c121 100644 (file)
@@ -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",