-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Neo-tree errors #1676
Comments
same here |
ok, I'm not sure what a semshi is, lol, I'm not python guy. nor am I familiar with mac, so you know, take this with a grain of salt. it sounds like a path issue to me. when you're simply in your terminal, and you type "semshi" does it error out for you? if that works, I'm thinking it's not found in the Runtimepath . if you go into neovim and run :set , do any of the paths include this semshi thing? another thought is that it says "not an editor command" so it seems almost like it's trying to find some sort of usercommand called semshi, which I take it will mean that doesn't exist. I don't know what semshi does or doesn't do, but you could make a usercommand like this: -- Creating user commands lua-guide-commands-create-- User commands can be created through with |nvim_create_user_command()|. This
|
you need pynvim installed and Related numirias/semshi#74 |
The extra is using this fork: https://github.com/wookayin/semshi I never used semshi. Is that still useful? Doesn't pyright do semantic tokens? |
Nope, pyright doesn't support semantic tokens, MS gated that behind their Pylance extension in vscode :^) |
right |
I'm going to close this, since this is 100% user config of the environment which is not under control of LazyVim. Make sure that:
Once you fixed all of the above, open Neovim and run Apart from that I can't help, sorry |
Thank you all solved with |
not disabling rplugin was it for me, thank you @folke 😁! |
Did you check docs and existing issues?
Neovim version (nvim -v)
0.9.4
Operating system/version
MacOS 14.0
Describe the bug
Steps To Reproduce
lang.python
,lang.python-semshi
extra packages.sshfs
to mount a remote folder containing python project.nvim
Neo-tree
.Expected Behavior
Neo-tree can be open normally.
Repro
The text was updated successfully, but these errors were encountered: