Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lua/coq.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ local set_coq_call = function(cmd)
coq[cmd] = function(...)
local args = {...}

local srv = is_win and {"localhost:0"} or {}
local server = vim.fn.serverstart(unpack(srv))
local server = vim.fn.serverstart("localhost:0")

if not job_id then
job_id =
Expand Down