From 35fc00772791649ec353488b3e40b03d95c3294e Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 21:12:05 +0900 Subject: [PATCH] test --- common/dotfiles/vim.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/dotfiles/vim.nix b/common/dotfiles/vim.nix index a65ff299..a4672acf 100644 --- a/common/dotfiles/vim.nix +++ b/common/dotfiles/vim.nix @@ -14,7 +14,10 @@ nord-vim gruvbox ]; - settings = { ignorecase = true; }; + settings = { + ignorecase = true; + colorscheme = "gruvbox"; + }; extraConfig = '' set mouse=a set number