Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jbyuki committed Nov 16, 2024
2 parents 48a666f + ad065ad commit f59f800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/osv/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function M.launch(opts)
return
end

if not hook_addres then
if not hook_address then
hook_address = vim.fn.serverstart()
end

Expand Down
2 changes: 1 addition & 1 deletion src/launch.lua.t
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end
local hook_address

@set_hook_instance_address+=
if not hook_addres then
if not hook_address then
hook_address = vim.fn.serverstart()
end

Expand Down

0 comments on commit f59f800

Please sign in to comment.