LanguageServer-php-neovim icon indicating copy to clipboard operation
LanguageServer-php-neovim copied to clipboard

Incompatible with Neomake

Open still-dreaming-1 opened this issue 7 years ago • 4 comments

https://github.com/neomake/neomake/issues/1680

I'm not sure if this is an issue with this plugin or with Neomake. They each work fine separately, but there are issues when using them together.

still-dreaming-1 avatar Oct 23 '17 23:10 still-dreaming-1

LanguageClient-neovim and neomake both modifies the signs.

I'm not familiar with the feature. But probably you need to disable one of them. :help g:LanguageClient_diagnosticsEnable

// cc @autozimu

roxma avatar Oct 24 '17 01:10 roxma

Thanks for trying to help. I created an issue in all 3 plugins now. Ideally I would like to use both because Neomake hooks into more things that provide additional info about code issues that I want to see, but when the PHP language server does provide error messages, the exact error messages it provides are more helpful. I don't see why I can't use both, if they both set a sign to be on, then it should just be on. If they both set it to off, it should just be off. I don't see why they would interfere.

Ideally, they would both add errors to some kind of shared list of errors and then the most important message per line would somehow be determined and displayed from the list.

still-dreaming-1 avatar Oct 24 '17 01:10 still-dreaming-1

I cannot reproduce the issue you describe, though.

Is there a minimal vimrc I can start with?

roxma avatar Oct 24 '17 01:10 roxma

Add reference to https://github.com/autozimu/LanguageClient-neovim/issues/149

roxma avatar Oct 24 '17 01:10 roxma