Skip to content

Conversation

syurazo
Copy link

@syurazo syurazo commented Jun 4, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant