Skip to content

Instantly share code, notes, and snippets.

@locona
Created September 4, 2018 05:13
Show Gist options
  • Save locona/4a92bdb423f86ec26d2e923dd9827c26 to your computer and use it in GitHub Desktop.
Save locona/4a92bdb423f86ec26d2e923dd9827c26 to your computer and use it in GitHub Desktop.
function! s:find_git_root()
return system('git rev-parse --show-toplevel 2> /dev/null')[:-2]
endfunction
command! ProjectFiles execute 'Files' s:find_git_root()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment