From 34a5c33cf6ac5c121933ee941ba6066f81e931fd Mon Sep 17 00:00:00 2001
From: Mora Unie Youer <mora_unie_youer@riseup.net>
Date: Sun, 20 Apr 2025 12:51:13 +0300
Subject: fix: inconvenient keybinding for completion

---
 lua/config/plugins/completion.lua | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'lua')

diff --git a/lua/config/plugins/completion.lua b/lua/config/plugins/completion.lua
index 0bcf7ad..7a02809 100644
--- a/lua/config/plugins/completion.lua
+++ b/lua/config/plugins/completion.lua
@@ -25,7 +25,10 @@ return {
 				},
 
 				keymap = {
-					["<S-space>"] = { "show", "show_documentation", "hide_documentation" },
+					-- TODO: come up with more convenient keybinding
+					-- ["<S-space>"] = { "show", "show_documentation", "hide_documentation" },
+
+					["<M-->"] = { "show", "show_documentation", "hide_documentation" },
 					["<C-e>"] = { "hide", "fallback" },
 					["<CR>"] = { "accept", "fallback" },
 
-- 
cgit v1.2.3-70-g09d2