Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

Something changed with the priority of debugging icons. I don't know if that comes from debugpy itself or somewhere else. Essentially the LazyVim statuscolumn shows icons based on priorities. It...

Can you try with a fresh LazyVim starter template ```bash 1. `mkdir ~/.config/lazytest` 2. `git clone https://github.com/LazyVim/starter ~/.config/lazytest` 3. `NVIM_APPNAME=lazytest nvim` and wait for the installation to complete 4. Restart...

What are the contents of `~/.local/share/lazytest/mason/packages/debugpy/venv/bin/` directory?

I just noticed that you're using WSL. Do you happen to have a bare Linux OS where you can test if the same behavior occurs?

Can you test with Neovim 0.9.5 in your WSL Ubuntu?

Did you previously install 0.10 via `bob` as well? If not, pls could you also try with Neovim nightly installed via `bob`? It could be just a package thing about...

I'm not in favor of the gitsigns hunk change. I use for example `diffview.nvim` and have set the corresponding keymaps in the `g` git namespace and use `gd/gD` in the...

What happens to the `v` usage (also in combination with `mini.ai` objects)? Does it still behave the same? I use it a lot in my workflow.

Cool thanks for the clarification.

Personally I would prefer it if this could be made into an extra of its own. I use yanky but wouldn't want the `nvim-cmp` source of it. Of course, I...