parent
23acd9ef5d
commit
e56ccb5a97
3 changed files with 132 additions and 152 deletions
21
flake.nix
21
flake.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue