Skip to content

Commit

Permalink
fix: use latest supermaven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fbosch committed Jul 18, 2024
1 parent 856b72d commit 65e1b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/editor/copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ return {
{
"supermaven-inc/supermaven-nvim",
event = "InsertEnter",
commit = "df3ecf7",
-- commit = "df3ecf7",
opts = {
keymaps = {
accept_suggestion = "<Tab>",
Expand Down

0 comments on commit 65e1b1f

Please sign in to comment.