diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-26 01:38:19 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-26 01:38:19 -0700 |
| commit | 0b5e20158e6981f746748a81ed668a0d5af56451 (patch) | |
| tree | 8ad982007e384b5f547e380f4a99ddde07527dbd /modules/home/tools/vim | |
| parent | 730f0dc30daf815c35ac71ab0c8c1a0113e05ef3 (diff) | |
home: rename theme name option
Diffstat (limited to 'modules/home/tools/vim')
| -rw-r--r-- | modules/home/tools/vim/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/tools/vim/default.nix b/modules/home/tools/vim/default.nix index b07f8d4..192cf06 100644 --- a/modules/home/tools/vim/default.nix +++ b/modules/home/tools/vim/default.nix @@ -16,7 +16,7 @@ in { set termguicolors set background=dark - colorscheme ${theme.name} + colorscheme ${theme.vim} syntax on |