You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use native lsp and pywrite for python file. After install sourcery lspconfig, I can use the function of sourcery and pyright, but I lose all the code highlight.
Thanks for your report. The configs in this repo are unsupported and provided only as a starting point. We depend on users (like you) to troubleshoot issues with their specific LSP setups and send improvements.
If you found a bug in the core Nvim vim.lsp module (not part of this repo), the best way to get it fixed is to report to Nvim (not nvim-lspconfig) with:
steps to reproduce it without the particular LSP server and other factors particular to your environment
(optional, but very helpful): by adding a failing test case to lsp_spec.lua, which has code to setup a fake LSP server to simulate various scenarios
Would you mind say something more about it? Where and How to set that?
The workaround I use is to set filetype again manually using the command: set filetype=python
Description
I use native lsp and pywrite for python file. After install sourcery lspconfig, I can use the function of sourcery and pyright, but I lose all the code highlight.
Neovim version
NVIM v0.8.3
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Nvim-lspconfig version
62856b2
Operating system and version
WSL2 Ubuntu20.04
Affected language servers
pyright and treesitter
Steps to reproduce
In stall sourcery as #1495 and sourcery-ai/sourcery#43
Actual behavior
has highlight
Expected behavior
highlight gone
Minimal config
LSP log
https://gist.github.com/
The text was updated successfully, but these errors were encountered: