Skip to content

Commit

Permalink
feat: add supermaven
Browse files Browse the repository at this point in the history
  • Loading branch information
ceigh committed Dec 19, 2024
1 parent 6f03f72 commit aa5fde9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
10 changes: 10 additions & 0 deletions lua/plugins/supermaven.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
return {
"https://github.com/supermaven-inc/supermaven-nvim",
event = "InsertEnter",

config = {
keymaps = {
accept_suggestion = "<A-Tab>",
},
},
}

0 comments on commit aa5fde9

Please sign in to comment.