let nvim set terminal title
This commit is contained in:
parent
250a4a8142
commit
0fc8456552
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -27,6 +27,7 @@ require("lazy").setup("plugins", {
|
|||
|
||||
vim.opt.background = "dark"
|
||||
vim.opt.number = true
|
||||
vim.opt.title = true
|
||||
|
||||
vim.opt.colorcolumn = "+1"
|
||||
vim.opt.textwidth = 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue