new vim title rendering
This commit is contained in:
parent
01629ee530
commit
f6aea2caaa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue