This commit is contained in:
TLW 2024-03-09 13:35:36 -08:00 committed by GitHub
commit 474c6a26cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,6 +130,9 @@ vim.opt.signcolumn = 'yes'
-- Decrease update time -- Decrease update time
vim.opt.updatetime = 250 vim.opt.updatetime = 250
-- Decrease mapped sequence wait time
-- Displays which-key popup sooner
vim.opt.timeoutlen = 300 vim.opt.timeoutlen = 300
-- Configure how new splits should be opened -- Configure how new splits should be opened