aboutsummaryrefslogtreecommitdiff
path: root/lua/options.lua
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-03-15 18:15:40 +0100
committerDamjan 9000 <damjan.9000@gmail.com>2024-03-15 18:18:21 +0100
commit55008e9c684279c7606aadc9da7c07ec20fc8ed7 (patch)
tree71a06635df453a8aa76d7ad4dd8c03ce1f5150c0 /lua/options.lua
parentf02070e07692bdcad7398642149e2093e8836344 (diff)
parent7892c0c354639985b1cf36f11d175201590e267b (diff)
Merge 'upstream' timeoutlen, cmp scroll, friendly snippets, luasnip, ruby
Merged: - fix: disable ts indenting for Ruby - doc: add note about advanced luasnip features - Move friendly snippets to dependencies of LuaSnip (#759) - Add <C-b>/<C-f> cmp mapping to scroll cmp docs (#750) - doc: add info about timeoutlen (#691)
Diffstat (limited to 'lua/options.lua')
-rw-r--r--lua/options.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/options.lua b/lua/options.lua
index b290827..986a4b4 100644
--- a/lua/options.lua
+++ b/lua/options.lua
@@ -35,6 +35,9 @@ vim.opt.signcolumn = 'yes'
-- Decrease update time
vim.opt.updatetime = 250
+
+-- Decrease mapped sequence wait time
+-- Displays which-key popup sooner
vim.opt.timeoutlen = 300
-- Configure how new splits should be opened