diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-06-18 21:06:11 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-06-18 21:06:11 +0100 |
| commit | 1098da945aa70c493264f10e732ef18583211af4 (patch) | |
| tree | c216f317e810dcfaf676a9e8de8a4d5d0db4c873 /modules | |
| parent | 37f42939d5bc527add59d0f5b317c089e29728de (diff) | |
Pin nixvim to 25.11
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dev-tools.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dev-tools.nix b/modules/dev-tools.nix index c002fcb..3c56354 100644 --- a/modules/dev-tools.nix +++ b/modules/dev-tools.nix @@ -43,7 +43,7 @@ defaultEditor = true; viAlias = true; vimAlias = true; - global = { + globals = { mapleader = " "; }; opts = { |
