From d51f0a2f12ecb7394680d9f500dde5475e453ec0 Mon Sep 17 00:00:00 2001 From: Karolis Arbaciauskas Date: Fri, 27 Dec 2024 17:05:00 +0700 Subject: [PATCH] Disable alpha plugin --- lua/custom/plugins/alpha.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/custom/plugins/alpha.lua b/lua/custom/plugins/alpha.lua index f3bea35b..771e9c2d 100644 --- a/lua/custom/plugins/alpha.lua +++ b/lua/custom/plugins/alpha.lua @@ -2,7 +2,7 @@ return { { 'goolord/alpha-nvim', event = 'VimEnter', - enabled = true, + enabled = false, init = false, dependencies = { 'echasnovski/mini.icons', @@ -16,9 +16,7 @@ return { dashboard.button('e', ' New file', 'ene '), dashboard.button('f', '󰈞 Find file', 'Telescope find_files'), dashboard.button('h', '󰊄 Recently opened files', 'Telescope oldfiles'), - -- dashboard.button('SPC f r', ' Frecency/MRU'), dashboard.button('g', '󰈬 Find word', 'Telescope live_grep'), - -- dashboard.button(' fm', ' Jump to bookmarks'), dashboard.button('s', ' Open last session', ' lua require("persistence").load() '), dashboard.button('sl', ' Select Session', ' lua require("persistence").select() '), dashboard.button('u', ' Update plugins', 'Lazy sync'),