-
Notifications
You must be signed in to change notification settings - Fork 32
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
Diagnostics section #35
Comments
Do you have a language server configured? Diagnostic information will only be available if you have Neovim lsp configured. |
yes. all configured. but still. all good for lua, but problem with python |
hi @RAprogramm we need a bit more info to track this down.
|
maybe problem with virtual enviroment? |
in 1- Please make sure to have |
No no, when I posted previous screenshot, "diagnostocs" was in my config section. |
hi @RAprogramm did u manage to get it working? if not, do you have your dotfiles available so I can take a look? |
https://github.com/RAprogramm/neovim-IDE |
I cannot reproduce unfortunately. In the screenshot I'm using your dotenv, pyright, debian (sid) and neovim 0.6.1. It works in both a virtualenv and outside of a virtualenv. A couple of things you can try tho: 1- try running Let me know what you get with the commands above. |
I've just run into the same issue but with lua. My diagnostic section is empty.
Results of
Results of
|
are you still experiencing this issue with the latest Sidebar updates? if so, what version of neovim are you using? |
It seems that diagnostics only update on file save, while it should update every time e.g enter normal mode |
it actually updates using an |
For me it only updated on file save. Strange |
🤔 what happens if you call also what language server and neovim version are you using? |
Doesnt show any results. Neovim nightly, LSP is eslint and tsserver |
Any chance it's an issue with your setup? I'm also using both eslint and tsserver and they update fine the qflist, but I'm using 0.7 |
What I mean is setqflist works fine, its just sidebar isnt showing anything when i run the cmd |
you're saying that you can see the qflist populated with the diagnostics? both would you be able to create a minimal config that replicates the problem? |
I am not very good with minimal configs sadly. My full config is in https://github.com/Suyashtnt/dotfiles/tree/master/users/tntman/config/nvim |
I'll try to do a minimal replication of the error because I'd really like it to get it working. I love the plugin! |
Not showing python diagnostic
The text was updated successfully, but these errors were encountered: