addet ghost text
This commit is contained in:
parent
940a165c88
commit
577ef92873
2 changed files with 6 additions and 1 deletions
|
@ -43,6 +43,8 @@ o.clipboard:append("unnamedplus") -- use system clipboard as default register
|
||||||
-- split windows
|
-- split windows
|
||||||
o.splitright = true -- split vertical window to the right
|
o.splitright = true -- split vertical window to the right
|
||||||
o.splitbelow = true -- split horizontal window to the bottom
|
o.splitbelow = true -- split horizontal window to the bottom
|
||||||
|
o.splitkeep = "screen"
|
||||||
|
o.laststatus = 3
|
||||||
|
|
||||||
-- turn off swapfile
|
-- turn off swapfile
|
||||||
o.swapfile = false
|
o.swapfile = false
|
||||||
|
|
|
@ -72,6 +72,9 @@ return {
|
||||||
completion = cmp.config.window.bordered(),
|
completion = cmp.config.window.bordered(),
|
||||||
documentation = cmp.config.window.bordered(),
|
documentation = cmp.config.window.bordered(),
|
||||||
},
|
},
|
||||||
|
experimental = {
|
||||||
|
ghost_text = true, -- This enables the inline ghost text
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue