Formatting

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-06-23 19:52:50 +02:00
parent d76ec3a614
commit 5fe5fdfd1c

View File

@@ -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<CR>"),
dashboard.button("c", "✨ Change Theme", "<cmd>Telescope colorscheme<CR>"),
dashboard.button(
"f",
"🔎 Find Files",
"<cmd>Telescope find_files<CR>"
),
dashboard.button("f", "🔎 Find Files", "<cmd>Telescope find_files<CR>"),
dashboard.button("p", "✅ PackerSync", ":PackerSync<CR>"),
dashboard.button("q", "🛑 Quit NVIM", ":qa<CR>"),
}