Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbyuki committed Aug 3, 2024
1 parent 96715b2 commit 7ec237f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions doc/osv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,11 @@ execution, a prompt message will display the port it's running on.
choose it.
`config_file`: Specify a configuration file used when
spawning nvim
`lvim`: Set this to true if you're using LunarVim.
choose an available port.
`log`: boolean to enable logging
`recursive`: (bool) if true, will not check for recursive launch
calls (default is false)
`blocking`: (bool) if true, will freeze the instance until a
client is connected (default is false)

Return:
An server info object which contains
Expand All @@ -129,10 +131,6 @@ run_this({opts}) *osv.run_this()*
{opts} Optional parameters.
`config_file`: (string) See |osv.launch()|
`log`: (bool) boolean to enable logging
`recursive`: (bool) if true, will not check for recursive launch
calls (default is false)
`blocking`: (bool) if true, will freeze the instance until a
client is connected (default is false)


This command will automatically start the DAP server and connect
Expand Down

0 comments on commit 7ec237f

Please sign in to comment.