Skip to content

Commit

Permalink
pass SM_EDITOR
Browse files Browse the repository at this point in the history
  • Loading branch information
super-jacob committed Jul 16, 2024
1 parent c7ab94a commit c5bb049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/supermaven-nvim/binary/binary_handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ function BinaryLifecycle:start_binary()
"stdio",
},
stdio = { self.stdin, self.stdout, self.stderr },
env = {
SM_EDITOR = "neovim",
}
}, function(code, signal)
log:debug("sm-agent exited with code " .. code)
self.handle:close()
Expand Down

0 comments on commit c5bb049

Please sign in to comment.