Paul
Paul
I would really like to have some sort of vim like navigation keybinds, because I am very used to them and for the flex. I really like this application. PS:...
I moved all the versioning and argument related code in separated functions to achieve more readability. This PR doesn't change functionality. Have a great day!
Hello there! I've tried to create a pixel buffer with the following code but it ain't working with winit 0.29: ```rust use pixels::{SurfaceTexture, Pixels}; use winit::{ dpi::PhysicalSize, event_loop::EventLoop, window::WindowBuilder, };...
I took the first steps to migrate to the newest version of raw-window-handle. Have a great day!
I've fixed a typo, added python bytecode to the .gitignore and ran a formatter over the code. The functionality/logic hasn't changed.
when I use the theme I get the following error: ``` vim.highlight.create is deprecated, use vim.api.nvim_set_hl instead ``` I use the latest nvim master branch
Hello there, would love to test cubyz but I would need to write some nixos specific stuff and maybe it would be useful to merge it upstream because it would...