this post was submitted on 16 Jul 2023
4 points (100.0% liked)
Neovim
2157 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thank you for your complete explanation! Now I have a question. I know that this note that
coc-pyright
shows does not hurt code's running. But the note hurts me when I am coding. Do you know how to remove pyright's type hint?I found it. I should set
pyright.disableDiagnostics
totrue
inCocConfig
.