bfredl
bfredl
- the meaning of packed structs changed in zig 0.10. adjust accordingly. Use "extern struct" for the cases that directly map to C structs. - Add new type info kinds,...
This is needed for #18375 for the obvious reasons. note: verbose_terminfo_event is only temporarily needed until the full TUI process refactor is merged.
[WIP] winbar
TODO: - [x] implement proper window option. for demo testing use `nvim__win_set_bar(win, true, "statusline style string")` - [x] work correctly in a float - [x] support mouse click like tabline...
Previously nvim supported 5(!) different compile time log configurations. only two of these are built on CI or regularly used (all log levels for Debug, only WARN and ERR for...
This is not nearly done yet but it would make sense to use draft PR:s to indicate what people are exploring/working on. The Sound engine (and synth XML files) support...
Reuses code from vim:s X11 clipboard implementation. **Note** latest code is in https://github.com/bfredl/nvim-x11 - [x] yank - [x] put - [x] selection types (incl blockwise) - [ ] autoselect -...
We in the neovim project are using stylua for a great deal of our lua code and we look to expand to use it also for our test suite. One...