Josh
Josh
I second this, as it stands currently glow's config is the only remaining config I have in the ~/Library/Preferences folder. It be great if we could have the option to...
@jamestrew Since you originally created the PR for the detached git_worktrees feature, do you mind reviewing these changes?
Now that I think about it, none of the git actions are inheriting the `use_file_path`, and `use_git_root` options passed into the builtin git pickers. https://github.com/nvim-telescope/telescope.nvim/blob/b543aaa2c9cf8123ed2fe7dbb6c211a9cd415124/doc/telescope.txt#L1018-L1027 From what I can tell,...
While I'm not yet entirely sure how telescope manages its internal state for pickers, it seems like it might be possible to store the options passed into any of the...
Thanks for the quick reply! The timing function you provided solved the end of page scrolling issue. Still, I've noticed that repeatedly hitting and results in way better performance compared...
Wow, thanks for providing such detailed responses to all my questions! > Probably "no" on manual delay for key registering. Mostly because it will conflict with genuine user command to...
@shubhampaul Yeah I had the wrong formatter set, it should be fixed now.
I've also experienced this issue when toggling [zen mode](https://github.com/folke/zen-mode.nvim) in the quickfix menu. Just opened a PR https://github.com/kevinhwang91/nvim-bqf/pull/120 that adds the nil check.
I'm also experiencing this issue, but calling `eval "$(zoxide init zsh)"` before `autoload -Uz compinit && compinit -C` seems to completely break completions for me.
@ggandor https://github.com/nvim-treesitter/nvim-treesitter-textobjects/pull/359 provides a repeatable movements engine that interops with native `;`/`,` and allows other plugins to hook into it. In their README, they also mention https://github.com/ghostbuster91/nvim-next as being a...