Skip to content

Add 'g:nerdtree_execute_cmd' command setting#13

Open
syurazo wants to merge 1 commit intoivalkeen:masterfrom
syurazo:custom_opener
Open

Add 'g:nerdtree_execute_cmd' command setting#13
syurazo wants to merge 1 commit intoivalkeen:masterfrom
syurazo:custom_opener

Conversation

@syurazo
Copy link
Copy Markdown

@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