Closed NeumoNeumo closed 12 months ago
Hi,
This doesn't look like this is a problem with vim-doge, but rather your local environment since tests do pass for the latest stable NVIM 0.9.4.
What if you temporary disable the call to nvm
when a new shell is opened such that it doesn't echo anything when opening a new shell. Does that fix it?
Yes, you are right! It is nvm
that should be blamed for this issue.
Describe the bug
With a minimal setting of
packer
andvim-doge
, and a cpp file with simple function.:DogeGenerate
throws an error "cpp parser failed"Settings
I did not configure
vim-doge
specifically. My only config is using packer to installvim-doge
like thisTo Reproduce
Steps to reproduce the behavior:
packer
andvim-doge
a.cpp
with very simple codesnvim a.cpp
to edit this file:DogeGenerate
and you'll get the error.Expected behavior
I hope
vim-doge
helps me generate a cpp docstring.Screenshots
Output of
./bin/vim-doge-helper --version
Output of
vim --version
Output of
node --version
I am using
fish
shell withnvm
to controlnode
versions. Every time afish
shell is started,nvm
is called to activate thenode
environment. That's why you'll see the following line