Christoph Koehler

Results 60 comments of Christoph Koehler

I tried it on Ubuntu 20.04 and manually put the completion file into `/usr/share/zsh/site-functions` (I had to create `site-functions`), and it didn't work. Putting it instead in `/usr/local/share/zsh/site-functions` (which all...

Interested to hear what comes out of the SO post. One option that I've seen before is to install the completions in some custom directory and print out a caveat...

Oh it’s correct when done on the Mac, and correct when done on Linux, but I share dots across machines and that won’t work. But using $HOME should make it...

Yeah I already fixed it for me, I am saying that maybe that should be the default behavior when starting broot for the first time.

Fair enough, just a suggestion. Thanks!

I was able to override the keybinding with `telescope.setup()` : ```lua telescope.setup({ pickers = { git_branches = { mappings = { i = { [""] = actions.git_switch_branch }, }, },...

~I don't know why, but my [opts](https://github.com/folke/which-key.nvim#-setup) included `prefix = ""`. Removing that line fixed it for me, so now pressing the leader alone pops up the available mappings.~ EDIT:...

Sorry, unfortunately it's a private corp repo :/ I may be able to do an example, tho I am not quite sure what all causes this... Give me a little...

> @Muscraft Here is a test demonstrating it: Thanks so much, that's better and faster than what I would've done!

I am also seeing a crash on an M1 Mac. I tried to reproduce with Neovim nightly and debug symbols, from Nix, but it doesn't crash there, so I wonder...