diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-31 14:04:36 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-31 14:04:36 -0500 |
| commit | 6436d6b8a07bb22c975cffce84a534f6a262bb71 (patch) | |
| tree | c0905ee95da630261ce3f9cf5b29fc21e730f16e /users | |
| parent | c306889115304c5eac45a653b1e8054f2e354d09 (diff) | |
| download | nixos-6436d6b8a07bb22c975cffce84a534f6a262bb71.tar.xz nixos-6436d6b8a07bb22c975cffce84a534f6a262bb71.zip | |
tabs to spaces in vimplugins overrides and fix jinja2 plugin + rainbow delims. add jinja2 plugin to nvim in timmy/home.nix
Diffstat (limited to 'users')
| -rw-r--r-- | users/timmy/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/timmy/home.nix b/users/timmy/home.nix index 4d61600..c253b3b 100644 --- a/users/timmy/home.nix +++ b/users/timmy/home.nix @@ -95,6 +95,7 @@ in { nvim-ts-autotag # depends on treesitter rainbow-delimiters-nvim # depends on treesitter snacks-nvim + tree-sitter-jinja2 ]; }; extraPackages = with pkgs; [ |
