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