[nvim] set titlestring

This commit is contained in:
eleith 2023-09-23 05:15:47 +00:00
parent ad73591b41
commit bc0417499a
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ vim.cmd("set tabstop=2")
-- tabs are represented by 2 spaces during auto-indent
vim.cmd("set shiftwidth=2")
-- set title as new files are opened
vim.cmd("set titlestring=vi\\ %t")
vim.cmd("set title")
-- set theme
vim.cmd("set termguicolors")
vim.cmd([["let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"]])