We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am a Mac user and store files in iCloud Drive. MacOS stores iCloud Drive files at /Users/denniswiersma/Library/Mobile Documents/com~apple~CloudDocs/
/Users/denniswiersma/Library/Mobile Documents/com~apple~CloudDocs/
I have a (bare) git repository at /Users/denniswiersma/Library/Mobile Documents/com~apple~CloudDocs/Documents/path/to/repo.git
/Users/denniswiersma/Library/Mobile Documents/com~apple~CloudDocs/Documents/path/to/repo.git
when I run this keymap to switch to a different worktree:
vim.keymap.set( "n", "<leader>sw", "<cmd>lua require('telescope').extensions.git_worktree.git_worktrees()<cr>" )
I get the following error for every worktree I select:
The first line of this error leads me to believe it doesn't like the space in /Mobile Documents/ very much.
/Mobile Documents/
The text was updated successfully, but these errors were encountered:
I have the same issue on Windows
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I am a Mac user and store files in iCloud Drive. MacOS stores iCloud Drive files at
/Users/denniswiersma/Library/Mobile Documents/com~apple~CloudDocs/
I have a (bare) git repository at
/Users/denniswiersma/Library/Mobile Documents/com~apple~CloudDocs/Documents/path/to/repo.git
when I run this keymap to switch to a different worktree:
I get the following error for every worktree I select:
The first line of this error leads me to believe it doesn't like the space in
/Mobile Documents/
very much.The text was updated successfully, but these errors were encountered: