-
Notifications
You must be signed in to change notification settings - Fork 59
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
Changing languages doesn't seem to restart LSP #142
Comments
|
And your neovim version |
Sure :D
from |
By this, you mean that you are getting python auto completion on a c++ file? |
How does it behave when you set lang to |
Switching from CPP to Python3 works well, and pyright starts up and I get correct linting, but then switching back to CPP keeps the Python linting for some reason? |
Could you add |
My default language is set to Python, but when I use
:Leet lang
to change to CPP, my LSP, linter and formatter stay on Python.I've tried opening python and cpp files by themselves and it seems like it works standalone, just not when changing through the command. I've also tried opening a python file, and then switching to a cpp file, and that works too(probably because it opens in a new buffer?)
The text was updated successfully, but these errors were encountered: