From dffc3e619a74b9da3da690f78f82fb0314523aff Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 10 Sep 2023 09:55:06 +0200 Subject: [PATCH] Vim: Fix colorscheme warning --- modules/hm/vim.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/hm/vim.nix b/modules/hm/vim.nix index 9dc3d6b..09df796 100644 --- a/modules/hm/vim.nix +++ b/modules/hm/vim.nix @@ -18,10 +18,10 @@ plugin = pkgs.vimPlugins.nightfox-nvim; config = "colorscheme nightfox"; } - { - plugin = pkgs.vimPlugins.vim-airline-themes; - config = "let g:airline_theme='nightfox'"; - } + # { + # plugin = pkgs.vimPlugins.vim-airline-themes; + # config = "let g:airline_theme='nightfox'"; + # } pkgs.vimPlugins.fugitive pkgs.vimPlugins.surround ];