rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

gnvim doesn't source the shell profile? #259

Closed liweijian closed 8 years ago

liweijian commented 8 years ago

I use neovim to edit OCaml source code, in order to use merlin, I added the command in my fish shell configure file:

eval (opam config env)

It works well when I use nvim in terminal, but when I tried to open an OCaml file by gnvim, it seems that gnvim does not source my profile.

I used to use mvim, and it works well with my shell profile.

rogual commented 8 years ago

Just merged some shell/env fixes — try now?

liweijian commented 8 years ago

wow~ it works!