update
This commit is contained in:
parent
fd3ca0c42e
commit
f27fe50ac4
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -32,6 +32,7 @@ vim.opt.shortmess:append("sI")
|
||||||
vim.opt.wrap = false
|
vim.opt.wrap = false
|
||||||
vim.opt.title = true
|
vim.opt.title = true
|
||||||
vim.opt.titlestring = [[%{fnamemodify(getcwd(), ':t')}]]
|
vim.opt.titlestring = [[%{fnamemodify(getcwd(), ':t')}]]
|
||||||
|
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
|
||||||
vim.g.clipboard = {
|
vim.g.clipboard = {
|
||||||
name = 'OSC 52',
|
name = 'OSC 52',
|
||||||
copy = {
|
copy = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue