From db9cc4a72c5e7747371f33660cb9eef0df293624 Mon Sep 17 00:00:00 2001 From: Warwick Date: Thu, 20 Jun 2024 11:49:51 +0100 Subject: [PATCH] Finally added simple start screen --- lua/core/plugins.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index d6f3d4a..ac64a1f 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -102,6 +102,14 @@ local plugins = { }) end + }, + { + 'echasnovski/mini.starter', + version = false, + config = function() + require('mini.starter').setup() + end + } }