From ced1dc1397e41a9e83bba9778721f6a7b8b71a1e Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Mon, 23 Jun 2025 18:53:30 +0200 Subject: [PATCH] feat: add custom keymaps for supermaven --- lua/custom/plugins/supermaven.lua | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lua/custom/plugins/supermaven.lua b/lua/custom/plugins/supermaven.lua index 70fe306..ff78ebc 100644 --- a/lua/custom/plugins/supermaven.lua +++ b/lua/custom/plugins/supermaven.lua @@ -1,6 +1,10 @@ return { "supermaven-inc/supermaven-nvim", - config = function() - require("supermaven-nvim").setup({}) - end, + opts = { + keymaps = { + accept_suggestion = "", + clear_suggestion = "", + accept_word = "", + }, + }, }