From 5fe5fdfd1c5550dbc47c96f5bb741012fabfae2b Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 23 Jun 2023 19:52:50 +0200 Subject: [PATCH] Formatting Signed-off-by: Taken --- after/plugin/alpha.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/after/plugin/alpha.lua b/after/plugin/alpha.lua index f23544f..5dd6dea 100644 --- a/after/plugin/alpha.lua +++ b/after/plugin/alpha.lua @@ -4,7 +4,6 @@ if not status_ok then end local dashboard = require("alpha.themes.dashboard") -local cdir = vim.fn.getcwd() math.randomseed(os.time()) @@ -39,11 +38,7 @@ dashboard.section.header.opts.hl = pick_color() dashboard.section.buttons.val = { dashboard.button("t", "🌳 NvimTree", ":NvimTreeToggle"), dashboard.button("c", "✨ Change Theme", "Telescope colorscheme"), - dashboard.button( - "f", - "🔎 Find Files", - "Telescope find_files" - ), + dashboard.button("f", "🔎 Find Files", "Telescope find_files"), dashboard.button("p", "✅ PackerSync", ":PackerSync"), dashboard.button("q", "🛑 Quit NVIM", ":qa"), }