diff options
author | Yigit Sever | 2022-12-17 17:56:55 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-17 17:56:55 +0300 |
commit | 8ad6b17614c91bbdf3120324b7176890f1504c2d (patch) | |
tree | fe533642c09de1926f5f28063bfdd8eefeb69db4 /.config/nvim/lua/settings.lua | |
parent | 2ef2c8d8d3aab7079d7d27a134a4fc6ee20fde0c (diff) | |
download | dotfiles-8ad6b17614c91bbdf3120324b7176890f1504c2d.tar.gz dotfiles-8ad6b17614c91bbdf3120324b7176890f1504c2d.tar.bz2 dotfiles-8ad6b17614c91bbdf3120324b7176890f1504c2d.zip |
feat(nvim): use plugin which-key
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 |