disable auto which key

This commit is contained in:
2025-05-28 01:31:44 +05:00
parent ffb23c605e
commit 4b4034d538
2 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,7 @@ vim.opt.termguicolors = true
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.updatetime = 300
vim.opt.timeoutlen = 5000
vim.opt.ttimeoutlen = 5
vim.opt.signcolumn = "yes:2"