updated formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user