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

fix(scheme-langserver):defaultly enable log/out/multi-thread and disable type-inference #3278

Merged
merged 10 commits into from
Aug 22, 2024

Conversation

ufo5260987423
Copy link
Contributor

No description provided.

@@ -1,6 +1,6 @@
local util = require 'lspconfig.util'
local bin_name = 'scheme-langserver'
local cmd = { bin_name }
local cmd = { bin_name, "~/.scheme-langserver.log", "enable", "disable" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single quote

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I've updated.

@@ -1,6 +1,6 @@
local util = require 'lspconfig.util'
local bin_name = 'scheme-langserver'
local cmd = { bin_name }
local cmd = { bin_name, '~/.scheme-langserver.log', 'enable', 'disable' }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
local cmd = { bin_name, '~/.scheme-langserver.log', 'enable', 'disable' }
local cmd = { 'scheme-langserver', '~/.scheme-langserver.log', 'enable', 'disable' }

remove bin_name

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@glepnir glepnir merged commit fb774af into neovim:master Aug 22, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants