Sidharth Kshatriya
Sidharth Kshatriya
- Revert some changes. Create a new str option `fzf_file_alternative_command`. - Also provide a shortcut 'o' by default Here is the sample kakrc configuration now using the simplified approach. ```kak...
(Interestingly on the issue with ocaml-lsp not working well in Dream, someone else has already filed a ticket https://github.com/aantron/dream/issues/155 ) Thank you for this important and substantial open source contribution...
It might be a good idea to provide some sort of docker version of Dontbug. Its not going to be practical in most cases to run Dontbug within Docker (as...
Need to have testing for dontbug. Will be tricky as a debugger front end will need to be emulated.
### Feature Lets say you have an asciidoc ``` Hello this is an asciidoc [source,kak] ---- echo "hello" ---- ``` To recognize this region one could do something like ```kak...
### Question I've opened a windows text file in linux. As such each line is a cr+lf rather than just an lf and this looks quite ugly in Kakoune. The...
I am experiencing 27 `rr` Test failures after merging support for Ryzen 6000 series (see PR #3351) The processor is specifically 6800U. This is a custom Linux kernel -- essentially...
### Motivation kak-lsp added support for code-lenses relatively recently (See #490). Briefly speaking, the code-lense feature allows you to trigger an action relevant to a particular line of code or...
The following cryptic warning is issued when I try to install merlin in a ocaml 4.14 switch: ``` [WARNING] While removing num.1.4: cannot revert: - permission change of: - [hash]...
I just wanted to know if there are plans to support GTK 4.0. (Thanks for your efforts on GTK+ 2 & 3)