I am finding increasingly difficult with pylsp which does not work if the module imports dynamically. While reading about this issue, I could feel that pyright would be better choice than for Python completion. In addition, when I looked at pylsp release stats, it was released around 2020 which I feel is very old.
I feel that you should consider including pyright for python LSP rather than pylsp for lazyman default config. Or you can have an option in configuration section to choose pylsp or pyright which would be best.
Meanwhile, is there a way to enable pyright for auto-completion instead of pylsp manually?
I am finding increasingly difficult with pylsp which does not work if the module imports dynamically. While reading about this issue, I could feel that pyright would be better choice than for Python completion. In addition, when I looked at pylsp release stats, it was released around 2020 which I feel is very old.
I feel that you should consider including pyright for python LSP rather than pylsp for
lazymandefault config. Or you can have an option in configuration section to choose pylsp or pyright which would be best.Meanwhile, is there a way to enable
pyrightfor auto-completion instead ofpylspmanually?