feat(nvim): add riscv syntax highlighting
All checks were successful
Discord / discord commits (push) Has been skipped

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

View file

@ -4,6 +4,7 @@
lib,
nvim-theme-src,
coc-stylelintplus,
vimplugin-riscv-src,
...
}: let
inherit (config.vars) neovimIde;
@ -250,6 +251,10 @@ in {
EOF
'';
}
(pkgs.vimUtils.buildVimPlugin {
name = "riscv-asm";
src = vimplugin-riscv-src;
})
])
# Treesitter
++ (with pkgs.vimPlugins; [

Binary file not shown.

BIN
flake.nix

Binary file not shown.