andreypopp / asyncomplete-ale.vim

LSP completion source (via ALE) for asyncomplete.vim
7 stars 1 forks source link

Port over TSServer related code from ALE #2

Closed DonnieWest closed 5 years ago

DonnieWest commented 5 years ago

Noticed that this project lacked support for tsserver. Since that's the reason I was interested in ALE completion in the first place, decided to port that over too and resolve any mismatches between this project and ALE

I still need to do some more testing, as I probably broke non-tsserver related code here

DonnieWest commented 5 years ago

Closing since I have an open PR with ale to hopefully add Asyncomplete support