diff options
Diffstat (limited to '.config/nvim/lua/settings.lua')
-rw-r--r-- | .config/nvim/lua/settings.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/lua/settings.lua b/.config/nvim/lua/settings.lua index c874aae..b99eda7 100644 --- a/.config/nvim/lua/settings.lua +++ b/.config/nvim/lua/settings.lua | |||
@@ -65,6 +65,8 @@ o.relativenumber = true | |||
65 | o.showmode = false | 65 | o.showmode = false |
66 | -- jump to the matching bracket briefly | 66 | -- jump to the matching bracket briefly |
67 | o.showmatch = true | 67 | o.showmatch = true |
68 | -- wait 500 ms for a mapped sequence to complete | ||
69 | o.timeoutlen = 500 | ||
68 | 70 | ||
69 | -- persistent undo | 71 | -- persistent undo |
70 | o.undofile = true | 72 | o.undofile = true |