From 5ad6713b1467af7566b13d38c28d83d07b403bf4 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 17 Jan 2025 11:38:44 +0000 Subject: [PATCH] :art: indent code --- nixos/neovim.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/neovim.nix b/nixos/neovim.nix index a923d16..f4e77c5 100644 --- a/nixos/neovim.nix +++ b/nixos/neovim.nix @@ -43,10 +43,10 @@ let g:netrw_browse_split = 3 let g:netrw_winsize = 25 " % of page - set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:» - set clipboard+=unnamedplus + set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:» + set clipboard+=unnamedplus - " Replace-all is aliased to S. + " Replace-all is aliased to S. nnoremap S :%s//g " spellcheck @@ -64,7 +64,7 @@ fzf-vim # fuzzy finder through vim nerdtree # file structure inside nvim rainbow # color parenthesis - gruvbox-nvim # theme + gruvbox-nvim # theme goyo-vim # write prose limelight-vim # prose paragraph highlighter ];