set title and global statusline

This commit is contained in:
Thomas Ruoff
2024-03-15 23:23:46 +01:00
parent c1dff28414
commit 0dd12683ea

View File

@@ -98,6 +98,12 @@ vim.g.have_nerd_font = false
-- NOTE: You can change these options as you wish!
-- For more options, you can see `:help option-list`
-- set title of terminal
vim.opt.title = true
-- single statusbar
vim.opt.laststatus = 3
-- Make line numbers default
vim.opt.number = true
-- You can also add relative line numbers, for help with jumping.