Replies: 1 comment 1 reply
-
I have this exact same issue when using nushell in nvim with Jupytext which concerts notebook files to .py and then back after editing. Oddly enough, this issue only impacts one of my machines. On the impacted machine changing the shell to pwsh allows jupytext to work... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I was recently updating my Neorg config from V7.0.0 to the latest. Which all went smoothly until I went to run:
Neorg sync-parsers
and I was met with this funky error message.Mainly starting here because I have yet to run into any issues with
nvim-treesitter
itself when install other parsers.I can resolve it by just running
:set shell=cmd.exe
before I run:Neorg sync-parsers
I am just curious if anyone else uses NuShell and has experienced this and made it work without having to change the shell.
Beta Was this translation helpful? Give feedback.
All reactions