Sander
Sander
[debugmaster.nvim](https://github.com/miroshQa/debugmaster.nvim) looks pretty cool—it's great that it has built-in support for `osv`. However, it is a replacement for `dap-ui`, which is a bit unfortunate. Personally, i find `dap-ui` more intuitive...
Thank you for the reply. > however to me it seems to make more sense that the dap client would do such actions Are you sure? When I call `require("osv").launch({...
> Some keybindings just cannot be mapped. Its a terminal issue. Not in the scope of sc-im I am afraid Thank you for the quick response. Other terminal applications like...
> Not sure but may be they don't use ncurses? Nvim uses ncurses and Yazi ratatui. Apparently many terminals like Kitty, WezTerm, or Ghostty support the kitty protocol: https://sw.kovidgoyal.net/kitty/keyboard-protocol/ an...
Wouldn’t it make more sense to extend the exsisting properties?: ```yml filekinds: normal: {icon: {glyph: "f"}} normal_unknown: {icon: {glyph: "?"}} # new property directory: {icon: {glyph: "d"}} directory_empty: {icon: {glyph:...
> It would also be a breaking change, as it would change the schema of the theme config in a non backward compatible way I dont think this have to...
I was thinking of defining two large objects for `mini.icons` and `webdevicons`, each holding entries like `{ icon = ""; color = ""; }` that map to the relevant program...
> Neither base16, base24, base32, nor base64 schemes would have anywhere near enough colors to give this many elements individual colors. I doubt this is generally solvable. Most of the...
> could you try latest git? i've improved the error message to hopefully give me more context. the new error: ```sh thread 'main' panicked at src/cap_wlr_screencopy.rs:101:82: called `Result::unwrap()` on an...
> Please add _something_ about this in the doc at least as well. Remember that undocumented features will end up never being used ;) done