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
common/home/neovim

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; [