Skip to content

Commit

Permalink
Use shell to open nvim on connect
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jun 15, 2024
1 parent 59bb70d commit 608abf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/devcontainer-cli/devcontainer_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function M.create_connect_cmd()
if dev_command == nil then
return false
end
dev_command = dev_command .. " " .. config.nvim_binary
dev_command = dev_command .. " " .. config.shell .. " " .. config.nvim_binary

vim.api.nvim_create_autocmd(
"UILeave",
Expand Down

0 comments on commit 608abf3

Please sign in to comment.