Julian Ruess

Results 7 issues of Julian Ruess

**Describe the bug** When using large repositories, changes appear slow in "Commits - Reflog" **To Reproduce** Steps to reproduce the behavior: 1. Clone the linux kernel 2. Reword a commit...

bug

- `nvim --version`: NVIM v0.9.5 LuaJIT 2.1.1692716794 - `git --version`: 2.43.2 - Operating system/version: Fedora 39 - Terminal name/version: Alacritty ### Steps to reproduce Use pckr.nvim Quickstart example with one...

bug
unable to reproduce

Hi, I'm using harpoon2. When I start neovim and directly jump to the following buffers using: `vim.keymap.set("n", "1", function() harpoon:list():select(1) end)` `vim.keymap.set("n", "2", function() harpoon:list():select(2) end)` my statusline always shows...

Hi, I'm using the arrow keys via ydotool in Firefox E.g. for the down key: `ydotool key 108:1 108:0` Sadly, it is only working 50%. When I'm in an input...

Remove `goto`'s to be compatible with Neovim built without LuaJIT.

Hi, sadly I'm not able to do screen sharing with openSUSE Tubleweed. I removed all other xdg-desktop-portal implementation and get this output: ``` ❯ systemctl --user status xdg-desktop-portal-hyprland ● xdg-desktop-portal-hyprland.service...

### Description Hi, it seems that this plugins doesnt work anymore with neovim builds without LuaJIT (using Lua 5.1). ### Neovim version NVIM v0.11.3 Build type: RelWithDebInfo Lua 5.1 ###...

bug