Sebastian Pablo Fell

Results 24 comments of Sebastian Pablo Fell

Gitsigns has just updated and `next_hunk()` and `prev_hunk()` has been deprecated. This is the commit with the new suggested way to do keymaps: [https://github.com/lewis6991/gitsigns.nvim/commit/59bdc1851c7aba8a86ded87fe075ef6de499045c](https://github.com/lewis6991/gitsigns.nvim/commit/59bdc1851c7aba8a86ded87fe075ef6de499045c)

Great new module! I've been playing with it and doing some comparations with devicons and I found out that icons are missing in files with "double" extensions. Specially in typescript...

Confirming the issue with TS is gone. Thanks! But now I've found another icon missing, again with Telescope: ![wezterm-gui_QxqJ5HEC21](https://github.com/echasnovski/mini.nvim/assets/33849340/646e8f64-4db2-40b8-8d97-25a84bbbbe61) The same happens with `.npmignore` and apparently all icons in [`H.file_icons`](https://github.com/echasnovski/mini.nvim/blob/main/lua/mini/icons.lua#L732)....

I have not that much experience with tiling wm, I have only used a bit of i3 and now I run hyprland. But hyprland tracks the initial workspace where an...

I can make a pr if you want.

Will test later on home, but in any case even if the fallback works `lsp_fallback` has been deprecated and shouldn't be in the config. Change should be made, although it...

Fixed requested changes.

As per justinmk suggestion (about `winnr()`, not just `winnr('$')`), shouldn't this be extended to other functions like `vim.api.nvim_list_wins()` or `nvim_tabpage_list_wins()`?

OP original issue was about the external cmdline, not floating windows in general. I guess the idea is that 5 windows will always be present once extui is default, so...

I didn't even notice, but it's similar to me. This is the output of `nvim --clean --startuptime log` with ripgrep installed: ``` --- Startup times for process: Primary (or UI...