manateelazycat / lsp-bridge

A blazingly fast LSP client for Emacs
GNU General Public License v3.0
1.35k stars 197 forks source link

completion not working on windows with doomemacs #986

Closed Yousuf28 closed 3 days ago

Yousuf28 commented 3 days ago

Thanks for the package, Its really fast. I have used lsp-bridge before for python in my old windows laptop. I got new windows laptop and set up the same way. I got following error

error: Wrong type argument: lsp-bridge-epc-manager, nil

And it does not suggest autocomplete in python. I have tried fresh doomemacs installation and still got the same error. Would appreciate any help.

manateelazycat commented 3 days ago

https://github.com/manateelazycat/lsp-bridge#report-bug

Yousuf28 commented 3 days ago

@manateelazycat Thanks for pointing me in right direction. So what happened is that I have msys2 installed and another version of python installed using msys2. Rather than starting windows main python, emacs was starting msys2 python. Now I remove the PATH of msys's /usr/bin from my $PATH variable and everything working fine.