savchenko
savchenko
> sure, I am now trying to implement the nvim builtin buffer previewer, it's super difficult, and I am struggling with it. I wonder if `fzf-lua` can be of any...
> Would you please try it and give some feedbacks? v6.4.0 works great! Correct jumps between the files using alphanumerical marks.
Hey @linrongbin16 , do you still plan to implement those? No pressure and no expectations, I am grateful for you releasing the plugin at all! Just saw that you have...
Related to https://github.com/linrongbin16/fzfx.nvim/discussions/525
This is indeed an issue. As correctly noted by @y2kbugger , simple `on click breakpoint` does not work. Does it indicate that `hdb` is (about to be) deprecated?
@extrawurst , a typo, fixed the original message. Git picks it up as it is configured to do so, in the local config: ```gitconfig [core] hooksPath = .githooks/ ``` Turns...
@extrawurst , I can reliably reproduce it with gitui v0.27 on Debian 13 (testing). What data would help you to pinpoint the issue?
@naseschwarz , reproduction steps: 1. Create a repo 2. Add to `.githooks/pre-commit` ```bash #!/bin/env bash set -euo pipefail cd "$(git rev-parse --show-toplevel)" || exit 1 file_types=("txt") flag="foo" staged_files=$(git diff --cached...
> It would be better to provide Lua API to manage filters. As a NeoVim convert, can't agree more!
Happening with: ```toml ansible-core = "^2.17.5" ansible-lint = { version = "^24.9.2", markers = "platform_system != 'Windows'" } passlib = "^1.7.4" jmespath = "^1.0.1" mitogen = "^0.3.15" ``` Snippet to...