Skip to content

Commit

Permalink
fix(scheme-langserver): defaultly enable log/out/threads and disable …
Browse files Browse the repository at this point in the history
…type-inference
  • Loading branch information
ufo5260987423 committed Aug 21, 2024
1 parent 06274dd commit 7a641ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/scheme_langserver.lua
Original file line number Diff line number Diff line change
@@ -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", "~/.scheme-langserver.out","enable", "disable" }
local root_files = {
'Akku.manifest',
'.git',
Expand Down

0 comments on commit 7a641ce

Please sign in to comment.