plugins.nvim-tree.systemOpen.args
Optional argument list.
Leave empty for OS specific default:
Windows: { "/c", "start", '""' }
Plugin default: []
Type: null or (list of string)
Default:
null
Declared by:
plugins.nvim-tree.systemOpen.cmd
The open command itself.
Leave empty for OS specific default:
UNIX: "xdg-open"
macOS: "open"
Windows: "cmd"
Plugin default: ""
Type: null or string or raw lua code
Default:
null
Declared by: