Explorar o código

Fix formatting in init.vim

Frans Bergman %!s(int64=5) %!d(string=hai) anos
pai
achega
ece94a72fe
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .config/nvim/init.vim

+ 3 - 3
.config/nvim/init.vim

@@ -27,13 +27,13 @@ let maplocalleader = "\\"
 highlight ExtraWhitespace ctermbg=red guibg=red
 match ExtraWhitespace /\s\+$/
 augroup trailingwhitespace
-autocmd!
-autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/
+    autocmd!
+    autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/
 augroup END
 
 " Tabs
 set list
-set listchars=tab:\|\ 
+set listchars=tab:\|\ ,
 " }}}
 
 " ########## Keybinds ########## {{{