From aa5fde928a23c838f5b678e9231f229bfbc8ffc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC=20=D0=9B=D0=B5=D0=B1=D0=B7?= =?UTF-8?q?=D0=B0=D0=BA?= Date: Thu, 19 Dec 2024 23:06:47 +0500 Subject: [PATCH] feat: add supermaven --- lazy-lock.json | 1 + lua/plugins/supermaven.lua | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 lua/plugins/supermaven.lua diff --git a/lazy-lock.json b/lazy-lock.json index f7471a8..80af09f 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -24,6 +24,7 @@ "plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" }, "prettier.nvim": { "branch": "main", "commit": "d98e732cb73690b07c00c839c924be1d1d9ac5c2" }, "stylua-nvim": { "branch": "main", "commit": "ce59a353f02938cba3e0285e662fcd3901cd270f" }, + "supermaven-nvim": { "branch": "main", "commit": "07d20fce48a5629686aefb0a7cd4b25e33947d50" }, "template-literal-comments.nvim": { "branch": "main", "commit": "9640cf73a77090a3d044c19766831e6401442095" }, "trim.nvim": { "branch": "master", "commit": "84a1016c7484943e9fbb961f807c3745342b2462" }, "vercel-theme.nvim": { "branch": "master", "commit": "02c8ee1988b1ce7734ae33de486e33bf9a8011b8" }, diff --git a/lua/plugins/supermaven.lua b/lua/plugins/supermaven.lua new file mode 100644 index 0000000..f30ad71 --- /dev/null +++ b/lua/plugins/supermaven.lua @@ -0,0 +1,10 @@ +return { + "https://github.com/supermaven-inc/supermaven-nvim", + event = "InsertEnter", + + config = { + keymaps = { + accept_suggestion = "", + }, + }, +}