summaryrefslogtreecommitdiff
path: root/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'module.nix')
-rw-r--r--module.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/module.nix b/module.nix
index f55ec7a..4cffdeb 100644
--- a/module.nix
+++ b/module.nix
@@ -88,6 +88,13 @@ inputs:
stylua
];
};
+ config.specs.toml = {
+ lazy = true;
+ data = with pkgs.vimPlugins; [ ];
+ runtimePkgs = with pkgs; [
+ tombi
+ ];
+ };
config.specs.bash = {
lazy = true;
enable = false;