updated formatting

This commit is contained in:
2024-11-01 14:22:50 -04:00
parent f171a9b77e
commit e1cc00c19a
5 changed files with 81 additions and 73 deletions
+5 -1
View File
@@ -26,10 +26,14 @@ return {
dashboard.button("SPC ee", " > Toggle file explorer", "<cmd>NvimTreeToggle<CR>"),
dashboard.button("SPC ff", "󰱼 > Find File", "<cmd>Telescope find_files<CR>"),
dashboard.button("SPC fs", " > Find Word", "<cmd>Telescope live_grep<CR>"),
dashboard.button("SPC wr", "󰁯 > Restore Session For Current Directory", "<cmd>SessionRestore<CR>"),
dashboard.button("SPC wl", "󰁯 > Restore a Previous Session", "<cmd>SessionSearch<CR>"),
dashboard.button("q", " > Quit NVIM", "<cmd>qa<CR>"),
}
local handle = io.popen "fortune"
local fortune = handle:read "*a"
handle:close()
dashboard.section.footer.val = fortune
-- Send config to alpha
alpha.setup(dashboard.opts)