浏览代码

Add autoformat

Kevin Heinicke 8 年之前
父节点
当前提交
e26c26d3aa
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      nvimrc

+ 2 - 1
nvimrc

@@ -35,6 +35,7 @@ Plug 'othree/yajs.vim'
 Plug 'tpope/vim-surround'
 Plug 'christoomey/vim-tmux-navigator'
 Plug 'roxma/vim-tmux-clipboard'
+Plug 'Chiel92/vim-autoformat'
 
 " All of your Plugins must be added before the following line
 call plug#end()  " required
@@ -47,7 +48,7 @@ call plug#end()  " required
 set path+=**
 
 " Ignore some stuff esp. for ctrlP
-set wildignore+=*/node_modules/*
+set wildignore+=*/node_modules/*,*/build*/*,*/InstallArea/*
 
 " Make watchdogs possible
 set backupcopy=yes