How to use the system_open option to use other programs #1928
Answered
by
alex-courtis
cirofabianbermudez
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
alex-courtis
Jan 21, 2023
Replies: 1 comment 1 reply
-
You can use any program you wish. The default on linux is You could do something like this: system_open = {
cmd = "vlc",
args = { "--loop" },
}, Updated help with defaults: nvim-tree.lua/doc/nvim-tree-lua.txt Line 540 in 13adc94 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cirofabianbermudez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use any program you wish. The default on linux is
xdg-open
.You could do something like this:
Updated help with defaults:
nvim-tree.lua/doc/nvim-tree-lua.txt
Line 540 in 13adc94