feat(nvim): add riscv syntax highlighting

This commit is contained in:
matt1432 2024-03-11 09:12:47 -04:00
parent dbc1d3435c
commit cd4f7d8f94
3 changed files with 29 additions and 0 deletions

View file

@ -333,6 +333,13 @@
flake = false;
};
vimplugin-riscv-src = {
type = "github";
owner = "henry-hsieh";
repo = "riscv-asm-vim";
flake = false;
};
## Overlays
spotifywm-src = {
# FIXME: remove this input once this gets merged: https://github.com/NixOS/nixpkgs/pull/261501