1
0
Fork 0

nvim: titlebar fix

This commit is contained in:
Von Random 2023-01-13 14:34:19 +02:00
parent 1d762d8b74
commit d65834fbc1

View file

@ -25,7 +25,7 @@ vim.o.iminsert = 0
vim.o.imsearch = 0 vim.o.imsearch = 0
vim.o.title = true vim.o.title = true
vim.o.titlestring = '[%{hostname()}] %t - vim' vim.o.titlestring = '[%{hostname()}] %t - neovim'
vim.o.statusline = '[%F] %R%H%W%M %=[%{&fenc}/%{&ff}] %y [%4l/%L:%3v]' vim.o.statusline = '[%F] %R%H%W%M %=[%{&fenc}/%{&ff}] %y [%4l/%L:%3v]'
vim.o.guifont = 'JetBrainsMono Nerd Font:h14' vim.o.guifont = 'JetBrainsMono Nerd Font:h14'