this post was submitted on 16 Jul 2023
4 points (100.0% liked)

Neovim

2064 readers
2 users here now

founded 1 year ago
MODERATORS
 

I use coc-pyright as python code completer in debian. When I work on a django file, I get errors like this error in neovim env. But django runs codes without any problem. I have installed django with apt and not with pip and also I am not in a venv.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

I found it. I should set pyright.disableDiagnostics to true in CocConfig.