let nvim set terminal title

This commit is contained in:
Alexander Gehrke 2023-11-12 15:27:47 +01:00
parent 250a4a8142
commit 0fc8456552

View file

@ -27,6 +27,7 @@ require("lazy").setup("plugins", {
vim.opt.background = "dark" vim.opt.background = "dark"
vim.opt.number = true vim.opt.number = true
vim.opt.title = true
vim.opt.colorcolumn = "+1" vim.opt.colorcolumn = "+1"
vim.opt.textwidth = 80 vim.opt.textwidth = 80