From 1059068da846dd3dd077129e3fb3868aa21b9c42 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 21:12:46 +0900 Subject: [PATCH] test --- common/dotfiles/vim.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/dotfiles/vim.nix b/common/dotfiles/vim.nix index a4672acf..99400eea 100644 --- a/common/dotfiles/vim.nix +++ b/common/dotfiles/vim.nix @@ -16,7 +16,6 @@ ]; settings = { ignorecase = true; - colorscheme = "gruvbox"; }; extraConfig = '' set mouse=a @@ -31,7 +30,7 @@ set expandtab set softtabstop=2 set cursorline - + set colorscheme=gruvbox ''; }; } \ No newline at end of file