fredizzimo

Results 87 issues of fredizzimo

## What kind of change does this PR introduce? This time it's using `nvim_exec_lua_fast` (not yet available in Neovim) to avoid hangs. Also some small refactoring of the code. *...

Let's start with the positive. I have had a great time maintaining Neovide, the community has been superb, and I have learned a lot of Rust while improving the editor...

## What kind of change does this PR introduce? This is a step towards multi-window support with separate renderers, vsync, and update rates. The main changes are 1. `WinitWindowWrapper`, which...

## What kind of change does this PR introduce? The default embedded FiraCode Nerd font has several problems 1. It's outdated, and no longer compatible with many plugins 2. The...

## What kind of change does this PR introduce? The fallback fonts are now automatically scaled to match the width of the main fonts, this gets rid of unwanted gaps...

### Description When pressing`ctrl-/` there's a beep coming apparently from the system. This has been reported both for Alacritty https://github.com/alacritty/alacritty/issues/3014 and Neovide https://github.com/neovide/neovide/issues/2984. According to the Alacritty issue a workaround...

B - bug
DS - appkit

This was reported here * https://github.com/neovide/neovide/issues/2900 The issue is that polling with `jobwait(jobs, 0)` here causes a lot of UI communication, which makes jetpack very slow to use with Neovide...