164164
165165function M .command (params )
166166 local install_path =
167- Path :new (params .path , params .repo , Utils .safe_path (params .ref ), params .versions , " language_server.sh" )
167+ Path :new (params .path , params .repo , Utils .safe_path (params .ref ), params .versions , " language_server.sh" )
168168
169169 return install_path
170170end
@@ -260,7 +260,7 @@ local function repo_opts(opts)
260260 else
261261 if opts .repo then -- if we specified a repo in our conifg, then let's default to HEAD
262262 ref = " HEAD"
263- else -- else, let's checkout the latest stable release
263+ else -- else, let's checkout the latest stable release
264264 ref = default_install_tag
265265 end
266266 end
@@ -319,7 +319,7 @@ function M.setup(opts)
319319 if root_dir then
320320 local log_message = vim .lsp .handlers [" window/logMessage" ]
321321
322- local commands = vim .tbl_extend (' force' , {
322+ local commands = vim .tbl_extend (" force" , {
323323 [" elixir.lens.test.run" ] = test ,
324324 }, opts .commands or {})
325325
@@ -335,7 +335,7 @@ function M.setup(opts)
335335 log_message (err , result , ... )
336336
337337 local message =
338- vim .split (" [" .. vim .lsp .protocol .MessageType [result .type ] .. " ] " .. result .message , " \n " )
338+ vim .split (" [" .. vim .lsp .protocol .MessageType [result .type ] .. " ] " .. result .message , " \n " )
339339
340340 pcall (vim .api .nvim_buf_set_lines , elixir_nvim_output_bufnr , - 1 , - 1 , false , message )
341341 end ,
0 commit comments