syurazo

Results 2 issues of syurazo

When user wants to use a command like "xdg-open", they can add `g:nerdtree_execute_cmd` variables and modify the command. ``` if s:is_plugged("nerdtree-execute") if executable('xdg-open') let g:nerdtree_execute_cmd = 'xdg-open' endif endif ```

#### Required Info - [X] I have searched the [issues](https://github.com/ryanoasis/vim-devicons/issues) for my issue and found nothing related and/or helpful - [X] I have read or at least glanced at the...