callumcurtis / dotfiles

NixOS and Home Manager configurations.
0 stars 0 forks source link

fix pyright lsp in nvim #35

Closed callumcurtis closed 4 months ago

callumcurtis commented 4 months ago

Error: "Failed to attach pyright for current buffer" when opening .py files.

This error comes with the out-of-the-box lvim experience. Likely more worthwhile to build a self-managed nvim setup as part of #32.

callumcurtis commented 4 months ago

Fixed by disabling auto installation of plugins in lvim (before, was attempting to install and activate two lsps for python)