-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
The steep language server started when Steepfile not exists #756
Comments
make sense. I'll look this into it in later. |
Thanks. I test another use case for it.
The similar issues occurred with Rubocop: If |
I use Test Environment
Test Case
I find the vim-lsp-settings/autoload/lsp_settings.vim Lines 257 to 260 in ac7a1dc
Should we use I think the angular has the same issue because this is another place that uses
|
@mattn Any update here? |
My Vim has these settings to enable the
ruby-lsp
,steep
, andrubocop
language serverHowever, when I installed steep with
gem install steep
another project didn't haveSteepfile
still load the steep language server.I think this line will check for it but seems not to work:
vim-lsp-settings/settings/steep.vim
Line 8 in 2cad696
If I removed the
g:lsp_settings_filetype_ruby
then the steep not work on the project hasSteepfile
The text was updated successfully, but these errors were encountered: