registerGen
registerGen
This automates the process described in `BUILD.md`. Please take a look at . Is there anything that doesn't work correctly?
Fix #158 Fix #187
### Windows Terminal version 1.15.2003.0 ### Windows build number 10.0.22000.0 ### Other Software _No response_ ### Steps to reproduce Modify the config file as below:  ### Expected Behavior Unicode...
Thank you for this awesome project! It would be great if we can add more symbols. https://github.com/adam7/delugia-code/blob/a16ac8c0f35e6143b10edaa2d01e5fe7e64adcb3/.github/workflows/ci.yaml#L82 ryanoasis/nerd-fonts@96ab7f6ef7ab5cb8f949696f96d5c4d2c39c5061 According to the above two links, `font-patcher` used in this repo is...
### Package name cppcheck ### Package homepage https://github.com/danmar/cppcheck ### Languages cpp ### How is this package distributed? It seems that we have to build this from source... (For Windows there's...
**Describe the bug** The last line of a buffer is not correctly highlighted. **Steps to reproduce** Paste the following code, and **edit the `main()` function**. ```cpp #include using namespace std;...
```text error: implicit autoref creates a reference to the dereference of a raw pointer --> crates/engine_bibtex/src/xbuf.rs:55:19 | 55 | let old_len = (*old).len(); | ^^---^^^^^^^ | | | this raw...
### Neovim version (nvim -v | head -n1) NVIM v0.12.0-dev-b92e388 ### Operating system/version Ubuntu 24.04 on WSL2 ### How to reproduce the issue ```lua -- repro.lua vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl...