Add session manager

This commit is contained in:
2023-12-01 15:26:00 -05:00
parent 820e560b09
commit e17bba6e97
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 = ' '