Jan Ph. H.
Jan Ph. H.
This is due to the plugin looking for the git root folder by checking upwards until a `.git` folder exists taken from plenary. Changing this would either mean 1. complicating...
I answered to your PR in #77. Please read #75 and if you disagree etc, clarify (ideally with examples).
A RFC could help to figure out what works and what is annoying in vim. From my part the manual ordering was always annoying and automatic reordering of configurations would...
Why not provide commands to export and import breakpoints? A better solution would be to record the actions in nvim-dap and let the user edit them. The ideal solution can...
There is an [open telescope-project PR](https://github.com/nvim-telescope/telescope-project.nvim/pull/67) open for this, but its unfinished (only permanent setting instead of user configurable/keytoggle). If anyone wants to reuse code from that.
@wbthomason My suggestions would be breaking changes to simplify the design. ```txt -- Load on a combination of conditions: specific filetypes or commands -- Also run code after load (see...
@wbthomason What was the reason to enable `-- You can specify multiple plugins in a single call` ? So far I have never used this and moved almost everything to...
It is unlikely that it converges to 1 way of doing things, because people prefer different complexity and different number of times "to update plugins" and "review the code". I...
I really like the plugin. ThePrimeagen streams his work (on twitch) on refactor.nvim which goes into the same direction https://github.com/ThePrimeagen/refactoring.nvim and is based on the Refactoring book by Martin Fowler....
I am planning to create something after the [the keymaps PR](https://github.com/neovim/neovim/pull/13823) lands. The idea is basically in the PR, but wrong/invalid keybindings and settings are currently hard to track.