ソースを参照

Fix formatting in init.vim

Frans Bergman 5 年 前
コミット
ece94a72fe
1 ファイル変更3 行追加3 行削除
  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
 highlight ExtraWhitespace ctermbg=red guibg=red
 match ExtraWhitespace /\s\+$/
 match ExtraWhitespace /\s\+$/
 augroup trailingwhitespace
 augroup trailingwhitespace
-autocmd!
-autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/
+    autocmd!
+    autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/
 augroup END
 augroup END
 
 
 " Tabs
 " Tabs
 set list
 set list
-set listchars=tab:\|\ 
+set listchars=tab:\|\ ,
 " }}}
 " }}}
 
 
 " ########## Keybinds ########## {{{
 " ########## Keybinds ########## {{{