nvim: set terminal title
This commit is contained in:
parent
095e0cefc5
commit
4a72940690
|
@ -23,7 +23,8 @@ local options = {
|
||||||
laststatus = 3, -- global statusline
|
laststatus = 3, -- global statusline
|
||||||
formatoptions = vim.o.formatoptions .. 'n',
|
formatoptions = vim.o.formatoptions .. 'n',
|
||||||
splitright = true, -- split vertical window right
|
splitright = true, -- split vertical window right
|
||||||
shada = [['1000,<50,s10,h]] -- save last 1000 files
|
shada = [['1000,<50,s10,h]], -- save last 1000 files
|
||||||
|
title = true, -- set terminal title
|
||||||
}
|
}
|
||||||
for k, v in pairs(options) do
|
for k, v in pairs(options) do
|
||||||
vim.o[k] = v
|
vim.o[k] = v
|
||||||
|
|
Loading…
Reference in New Issue
Block a user