1
0
Fork 0

new vim title rendering

This commit is contained in:
Luca Bilke 2022-07-29 19:07:19 +02:00
parent 01629ee530
commit f6aea2caaa

View file

@ -4,7 +4,7 @@ lvim.colorscheme = "tokyonight"
vim.g.tokyonight_style = "night"
vim.opt.undodir = vim.fn.stdpath "cache" .. "/undo"
vim.opt.undofile = true
vim.opt.titlestring = "%t - vim"
vim.opt.titlestring = "%t"
lvim.builtin.alpha.active = true
lvim.builtin.alpha.mode = "dashboard"
lvim.builtin.terminal.active = true