mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-23 01:53:14 -04:00
refactor package installation
This commit is contained in:
parent
10254b11c7
commit
a0ba90c4d2
8 changed files with 433 additions and 193 deletions
|
|
@ -13,6 +13,7 @@
|
|||
Set a category to `false` to skip its dependency/plugin specs.
|
||||
|
||||
Available categories:
|
||||
- always: always-on packages (not gated by a toggle)
|
||||
- clickhouse: Clickhouse client and tools
|
||||
- external: external tools and integrations
|
||||
- general: core Neovim plugins/features
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
};
|
||||
|
||||
config.cats = {
|
||||
always = lib.mkDefault true;
|
||||
clickhouse = lib.mkDefault false;
|
||||
external = lib.mkDefault true;
|
||||
general = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue