Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(settings): reduce timeoutlen a bit
  • Loading branch information
ecosse3 committed May 8, 2022
1 parent 3685478 commit 2041982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/settings.lua
Expand Up @@ -26,7 +26,7 @@ local options = {
swapfile = false, --- Swap not needed
tabstop = 2, --- Insert 2 spaces for a tab
termguicolors = true, --- Correct terminal colors
timeoutlen = 300, --- Faster completion
timeoutlen = 200, --- Faster completion (cannot be lower than 200 because then commenting doesn't work)
undofile = true, --- Sets undo to file
updatetime = 100, --- Faster completion
viminfo = "'1000", --- Increase the size of file history
Expand Down

0 comments on commit 2041982

Please sign in to comment.