Skip to content

Commit 1d46629

Browse files
committed
small adjustment
1 parent 895b674 commit 1d46629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/eca/server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function M:start(opts)
110110
nvim_exe = "nvim"
111111
end
112112

113-
local lua_cmd = string.format("lua ServerPath.run(%s)", Utils.lua_quote(Config.options.server_path) or "")
113+
local lua_cmd = string.format("lua ServerPath.run(%s)", Utils.lua_quote(Config.server_path) or "")
114114

115115
local cmd = { nvim_exe, "--headless", "--noplugin", "-u", script_path, "-c", lua_cmd }
116116

0 commit comments

Comments
 (0)