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;