Added session manager

This commit is contained in:
2023-09-25 13:59:41 +02:00
parent 3252e145ec
commit 3334cd2321
2 changed files with 32 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ return {
dashboard.section.header.val = logo
dashboard.section.buttons.val = {
dashboard.button("f", "" .. "Find files", ":Telescope find_files <CR>"),
dashboard.button("p", "" .. "Select project", ":Telescope project <CR>"),
dashboard.button("p", "" .. "Select project", ":Telescope neovim-project history <CR>"),
dashboard.button("n", "" .. "Neorg", ":Neorg workspace main <CR>"),
dashboard.button("l", "󰚰 " .. "Lazy sync", ":Lazy sync <CR>"),
}