diff --git a/hm_modules/vim.nix b/hm_modules/vim.nix index f3ec3d0..496714e 100644 --- a/hm_modules/vim.nix +++ b/hm_modules/vim.nix @@ -11,13 +11,17 @@ # plugin = catppuccin-nvim; # config = "colorscheme catppuccin-mocha"; # } + # { + # plugin = neovim-ayu; + # config = "colorscheme ayu-mirage"; + # } { - plugin = neovim-ayu; - config = "colorscheme ayu-mirage"; + plugin = nightfox-nvim; + config = "colorscheme nightfox"; } { plugin = vim-airline-themes; - config = "let g:airline_theme='ayu_mirage'"; + config = "let g:airline_theme='nightfox'"; } fugitive surround