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"), }