File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 119119--- @field spawn_command ? fun ( port : number , url : string ): number | nil -- Optional function to start the server , may return server PID
120120--- @field kill_command ? fun ( port : number , url : string ): nil -- Optional function to stop the server when auto_kill is true
121121--- @field auto_kill boolean -- Kill spawned servers when nvim exits (default : true )
122- --- @field path_map string | fun ( host_path : string ): string | nil -- Map host paths to server paths
123- --- @field reverse_path_map fun ( server_path : string ): string | nil -- Map server paths back to host paths
122+ --- @field path_map ( string | fun ( host_path : string ): string ) | nil -- Map host paths to server paths
123+ --- @field reverse_path_map ( fun ( server_path : string ): string ) | nil -- Map server paths back to host paths
124124
125125--- @class OpencodeUIConfig
126126--- @field enable_treesitter_markdown boolean
You can’t perform that action at this time.
0 commit comments