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 ''; };