From 60b0afb69f2f8f589557c97387b634b115d11767 Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 11 Mar 2024 15:26:59 -0400 Subject: [PATCH] 155 current 2024-03-11 15:26:52 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/vim.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index eddcd07..81e483f 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -22,7 +22,11 @@ plugins.gitsigns.enable = true; - colorschemes.dracula.enable = true; + # colorschemes.dracula.enable = true; + # colorschemes.catppuccin.enable = true; + colorschemes.kanagawa.enable = true; + # colorschemes.oxocarbon.enable = true; + # colorschemes.tokyonight.enable = true; options = { number = true; relativenumber = true;