feat(nvim): add riscv syntax highlighting
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
dbc1d3435c
commit
cd4f7d8f94
3 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
lib,
|
lib,
|
||||||
nvim-theme-src,
|
nvim-theme-src,
|
||||||
coc-stylelintplus,
|
coc-stylelintplus,
|
||||||
|
vimplugin-riscv-src,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (config.vars) neovimIde;
|
inherit (config.vars) neovimIde;
|
||||||
|
@ -250,6 +251,10 @@ in {
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
|
name = "riscv-asm";
|
||||||
|
src = vimplugin-riscv-src;
|
||||||
|
})
|
||||||
])
|
])
|
||||||
# Treesitter
|
# Treesitter
|
||||||
++ (with pkgs.vimPlugins; [
|
++ (with pkgs.vimPlugins; [
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
Loading…
Reference in a new issue