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
So, I've noticed you do have pyright setup, but not additional config to deal with pyright being totally unsure of what to do with seemingly random (single-file-mode) python files (like the qutebrowser config.py). Did you do anything special to deal with getting it to not be so furious about config and c variables/objects/keywords (and many others) in a qutebrowser config.py (i've tried adding a requirements.txt to my qutebrowser config folder, but unsure of exactly what to add for qutebrowser related things)?
pokerus/qutebrowser/.qutebrowser/config.py
Line 18 in 0f81e26
Hey there @j-hui .. it's me again. :)
So, I've noticed you do have pyright setup, but not additional config to deal with pyright being totally unsure of what to do with seemingly random (single-file-mode) python files (like the qutebrowser config.py). Did you do anything special to deal with getting it to not be so furious about
config
andc
variables/objects/keywords (and many others) in a qutebrowser config.py (i've tried adding a requirements.txt to my qutebrowser config folder, but unsure of exactly what to add for qutebrowser related things)?For what it's worth i'm using nvim-lspconfig/neovim at HEAD and here's my relevant lsp config:
https://github.com/megalithic/dotfiles/blob/7bd02f026198945170d3fb66a379c5f626f66a6a/config/nvim/plugin/lsp.lua#L532-L545
Thanks again!!
The text was updated successfully, but these errors were encountered: