Skip to content

Commit

Permalink
increase timeoutlength for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywaweru committed Aug 1, 2024
1 parent d586919 commit 6528d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/before/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vim.wo.foldmethod = "indent"
vim.wo.foldexpr = "nvim_treesitter#foldexpr()"

vim.opt.termguicolors = true
vim.o.timeoutlen = 100
vim.o.timeoutlen = 200
vim.opt.completeopt = { "menuone", "noselect", "noinsert" }
vim.opt.updatetime = 100
vim.opt.tabstop = 4
Expand Down

0 comments on commit 6528d2a

Please sign in to comment.