diff options
-rw-r--r-- | plugins.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index 3b3471d..afea593 100644 --- a/plugins.vim +++ b/plugins.vim @@ -7,6 +7,9 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'scrooloose/nerdtree' Plugin 'antoyo/vim-licenses' +Plugin 'editorconfig/editorconfig-vim' +Plugin 'vim-syntastic/syntastic' +Plugin 'keith/swift.vim' call vundle#end() |