parent
dbc1d3435c
commit
cd4f7d8f94
3 changed files with 29 additions and 0 deletions
common/home/neovim
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue