nvim: notimeout

This commit is contained in:
2025-03-22 12:02:08 +01:00
parent 5a40a5b3ab
commit f685ebee2c
+1 -1
View File
@@ -31,7 +31,7 @@ vim.wo.signcolumn = 'yes'
-- Decrease update time
vim.o.updatetime = 250
vim.o.timeoutlen = 300
vim.o.timeout = false
-- Set completeopt to have a better completion experience
vim.o.completeopt = 'menuone,noselect'