From d9dfbe12ee839d5c1dfba2801cd240594ec55477 Mon Sep 17 00:00:00 2001 From: armandogaliati Date: Thu, 6 Jun 2024 15:45:55 -0300 Subject: [PATCH] added dashboard --- init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.lua b/init.lua index e279939c..8304b538 100644 --- a/init.lua +++ b/init.lua @@ -879,9 +879,6 @@ require('lazy').setup({ { action = "ene | startinsert", desc = " New File", icon = " ", key = "n" }, { action = "Telescope oldfiles", desc = " Recent Files", icon = " ", key = "r" }, { action = "Telescope live_grep", desc = " Find Text", icon = " ", key = "g" }, - { action = [[lua Telescope config_files()()]], desc = " Config", icon = " ", key = "c" }, - { action = 'lua require("persistence").load()', desc = " Restore Session", icon = " ", key = "s" }, - { action = "LazyExtras", desc = " Lazy Extras", icon = " ", key = "x" }, { action = "Lazy", desc = " Lazy", icon = "󰒲 ", key = "l" }, { action = function() vim.api.nvim_input("qa") end, desc = " Quit", icon = " ", key = "q" }, },