diff options
Diffstat (limited to 'module.nix')
| -rw-r--r-- | module.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; |
