From 87b645e9732c50d366963a409c62860b5a625ba9 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 08:49:27 +0900 Subject: [PATCH] test --- common/dotfiles/neovim.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/dotfiles/neovim.nix b/common/dotfiles/neovim.nix index d0ffc3d9..ceafd50b 100644 --- a/common/dotfiles/neovim.nix +++ b/common/dotfiles/neovim.nix @@ -32,6 +32,8 @@ set expandtab set softtabstop=2 set cursorline + set nowrap + let g:rainbow_active = 1 colorscheme tokyonight-night ''; };