From 0df2e1c6fa1fde883854daf1f24990f7baf20a4f Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 21:54:54 +0900 Subject: [PATCH] test --- common/dotfiles/neovim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/dotfiles/neovim.nix b/common/dotfiles/neovim.nix index 332ae31b..d0ffc3d9 100644 --- a/common/dotfiles/neovim.nix +++ b/common/dotfiles/neovim.nix @@ -17,7 +17,7 @@ vim-airline-themes nord-vim gruvbox - tokyo-night-theme + tokyonight-nvim ]; extraConfig = '' set mouse=a @@ -32,7 +32,7 @@ set expandtab set softtabstop=2 set cursorline - colorscheme gruvbox + colorscheme tokyonight-night ''; }; } \ No newline at end of file