remove persistence in favor of auto-session
This commit is contained in:
parent
f215462b74
commit
17c7daa469
3 changed files with 12 additions and 11 deletions
|
|
@ -12,7 +12,6 @@ return {
|
|||
dashboard.button("r", " " .. " Recent files", ":Telescope oldfiles <CR>"),
|
||||
dashboard.button("g", " " .. " Find text", ":Telescope live_grep <CR>"),
|
||||
dashboard.button("c", " " .. " Config", ":e $MYVIMRC <CR>"),
|
||||
dashboard.button("s", " " .. " Restore Session", [[:lua require("persistence").load() <cr>]]),
|
||||
dashboard.button("q", " " .. " Quit", ":qa<CR>"),
|
||||
}
|
||||
require('alpha').setup(dashboard.opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue