new-main #1

Open
SailReal wants to merge 90 commits from new-main into main
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 7715b7c2ee - Show all commits

View File

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