소스 검색

added whitespace removal

Emmanuel Buckshi 5 년 전
부모
커밋
4a0af63ea7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      init.vim

+ 2 - 0
init.vim

@@ -30,6 +30,8 @@ Plug 'drewtempelmeyer/palenight.vim'
 Plug 'ayu-theme/ayu-vim'
 Plug 'arcticicestudio/nord-vim'
 
+" Remove whitespace
+Plug 'ntpeters/vim-better-whitespace'
 " Any valid git URL is allowed
 Plug 'https://github.com/junegunn/vim-github-dashboard.git'