From b738aa38c0343580ba7358e700585d48354ee79e Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 21:13:33 +0900 Subject: [PATCH] test --- common/dotfiles/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dotfiles/vim.nix b/common/dotfiles/vim.nix index 99400eea..7c00633f 100644 --- a/common/dotfiles/vim.nix +++ b/common/dotfiles/vim.nix @@ -30,7 +30,7 @@ set expandtab set softtabstop=2 set cursorline - set colorscheme=gruvbox + colorscheme gruvbox ''; }; } \ No newline at end of file