Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate this plugin #10

Open
uplus opened this issue Jun 25, 2018 · 8 comments
Open

Deprecate this plugin #10

uplus opened this issue Jun 25, 2018 · 8 comments
Labels
help wanted Extra attention is needed

Comments

@uplus
Copy link
Owner

uplus commented Jun 25, 2018

I will make this plugin deprecated.
because the solargraph supported Language Server Protocol.

LSP is a server-client protocol.
Neovim has its client(LanguageClient-neovim).

If the solargraph work with LanguageClient-neovim. I will deprecate this plugin.

But. LanguageClient-neovim and solargraph combination did not work in my environment.
Please give me minimal vimrc to work on!

@uplus uplus added the question Further information is requested label Jun 25, 2018
@uplus uplus added help wanted Extra attention is needed and removed question Further information is requested labels Jun 27, 2018
@hackingcat
Copy link

let g:LanguageClient_serverCommands = {
    \ 'python':['pyls'],
    \ 'ruby': ['solargraph','stdio']
    \ }

The autocompletion also doesn't work in my environment.But it seems like that the "Jump to def" can work well. I think we still need deoplete-solargraph.

@uplus
Copy link
Owner Author

uplus commented Jul 19, 2018

Thanks!

@iovis
Copy link

iovis commented Jul 21, 2018

It's very slow...

@uplus
Copy link
Owner Author

uplus commented Jul 24, 2018

Oh...

@iovis
Copy link

iovis commented Jul 24, 2018

Maybe it's my environment, as I have several rails/ruby projects in my machine, but solargraph is incredibly slow with LanguageClient for me

@wsdjeg
Copy link

wsdjeg commented Sep 2, 2018

Thanks for your work, but I still prefer to use deoplete-solargraph instead of lsp, lsp plugin is too slow, and has too many features I do not need.

@Shougo
Copy link

Shougo commented Dec 10, 2018

Hi.

I think deoplete-tabnine is better.
https://github.com/tbodt/deoplete-tabnine
It is faster and it supports solargraph LSP completion.

@wsdjeg
Copy link

wsdjeg commented Dec 10, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants