summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/settings.lua
diff options
context:
space:
mode:
authorYigit Sever2022-12-17 17:56:55 +0300
committerYigit Sever2022-12-17 17:56:55 +0300
commit8ad6b17614c91bbdf3120324b7176890f1504c2d (patch)
treefe533642c09de1926f5f28063bfdd8eefeb69db4 /.config/nvim/lua/settings.lua
parent2ef2c8d8d3aab7079d7d27a134a4fc6ee20fde0c (diff)
downloaddotfiles-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.lua2
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
65o.showmode = false 65o.showmode = false
66-- jump to the matching bracket briefly 66-- jump to the matching bracket briefly
67o.showmatch = true 67o.showmatch = true
68-- wait 500 ms for a mapped sequence to complete
69o.timeoutlen = 500
68 70
69-- persistent undo 71-- persistent undo
70o.undofile = true 72o.undofile = true