Clément Joly
Clément Joly
Thanks for this great tool! I’ve found myself to export the display configuration after the setup in the GUI to kanshi with a command like: ``` swaymsg -t get_outputs |...
On my machine, prior to this change, the colorscheme adds about 8ms to the startup time of neovim. Using the newly introduced API `nvim_set_hl`, it’s a little under 3ms, so...
It would be great to be able to ignore file by their size, like this ``` bash attic create /somewhere/my-repository.attic::Monday ~/Documents --exclude-by-size '>=15M' ``` to exclude file superiors to 10Mo....
Once the project is selected, a second prompt appears, to select a file in that project. Unfortunately, this seems not to work anymore with recent telescope version. I’ll look into...
Add a shortcut to open the git status of the repository, instead of showing a file list. ### Discussed in https://github.com/cljoly/telescope-repo.nvim/discussions/18 Originally posted by **molleweide** January 12, 2022 i saw...
Need to check what the performance implications might be, but that would free us from an external dependency.
Once https://github.com/cljoly/telescope-repo.nvim/discussions/13 is solved, we should be able to add installation instructions in the Readme to make the `cached_list` command work. Feel free to take part to the [discussion](https://github.com/cljoly/telescope-repo.nvim/discussions/13) if...
Comments
Could the library support comments parsing and setting? We could for example attach string to keys, and this could write comments in the Toml file.
Currently, if some settings are set globally, it results in wasted space or added noise in the side window that contains the outline. To fix this, these patches set the...