disbale unnamedplus because it is slow

This commit is contained in:
Oliver Hartmann
2023-01-24 17:37:08 +01:00
parent 4f5bd49e70
commit 9e8672038e
3 changed files with 7 additions and 2 deletions

View File

@ -15,7 +15,6 @@ opt.ignorecase = true --Case insensitive searching unless /C or capital in searc
opt.smartcase = true -- Smart case
opt.updatetime = 300 --Decrease update time
opt.signcolumn = 'yes' -- Always show sign column
opt.clipboard = 'unnamed,unnamedplus' -- Access system clipboard
opt.timeoutlen = 300 -- Time in milliseconds to wait for a mapped sequence to complete.
opt.ttimeoutlen = 10
opt.showmode = false -- Do not need to show the mode. We use the statusline instead.