My slow brain got used to have this extra little time to think about
what key to hit next.
Maybe 1s is a little long, and I should shorten it a bit, but 300ms was
too short.
opt.sidescrolloff = 1
opt.splitbelow = false
opt.splitright = true
+opt.timeoutlen = 1000
-- FIXME:
-- 2. settings I might want to include when disabling options works
opt.pumheight = 10 -- Maximum number of entries in a popup
opt.showmode = false -- Dont show mode since we have a statusline
opt.signcolumn = "yes" -- Always show the signcolumn, otherwise it would shift the text each time
-opt.timeoutlen = 300
opt.updatetime = 200 -- Save swap file and trigger CursorHold
if vim.fn.has("nvim-0.9.0") == 1 then
opt.splitkeep = "screen"