code by Ben

Results 13 comments of code by Ben

Hi Dei, The main reason there is no hard font size adjustment is that it is always something that has been handled via a browser settings. In Firefox it is...

Hi, I am going to close this, as the next Chromium release has this implementation. But please feel free to offer a pull request for Firefox. ![Screenshot from 2024-05-25 16-16-16](https://github.com/bengarrett/RetroTxt/assets/513842/be36efcb-398c-4095-86a1-38629b79f0c7)

> Has anyone tried using the plugin with LazyVim? I needed to use a config function. ```lua -- lua/config/options.lua vim.o.mousemoveevent = true ``` ```lua -- lua/plugins/eagle.lua return { { "soulis-1256/eagle.nvim",...