Browse Source

Add autoformat

Kevin Heinicke 8 years ago
parent
commit
e26c26d3aa
1 changed files with 2 additions and 1 deletions
  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