Add session manager

This commit is contained in:
Tyler Hallada
2022-10-07 12:20:43 -04:00
parent 3eef0ec19e
commit 0c3101e386
6 changed files with 36 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ vim.opt.mouse = 'a'
-- Window decorations
vim.opt.title = true
vim.opt.titlestring="%{substitute(getcwd(),$HOME,'~','')} - Neovide"
-- Leader
vim.g.mapleader = ' '