refactor(nvim): remove riscv syntax highlight and make nixd happy

This commit is contained in:
matt1432 2024-05-04 19:14:13 -04:00
parent 23acd9ef5d
commit e56ccb5a97
3 changed files with 132 additions and 152 deletions

View file

@ -331,6 +331,13 @@
owner = "nix-community";
repo = "nixd";
};
vimplugin-easytables-src = {
type = "github";
owner = "Myzel394";
repo = "easytables.nvim";
flake = false;
};
#
# Nix tools
@ -407,20 +414,6 @@
repo = "curseforge-server-downloader";
flake = false;
};
vimplugin-riscv-src = {
type = "github";
owner = "henry-hsieh";
repo = "riscv-asm-vim";
flake = false;
};
vimplugin-easytables-src = {
type = "github";
owner = "Myzel394";
repo = "easytables.nvim";
flake = false;
};
##
## Overlays