set nocompatible filetype off exec 'set rtp+='.b:vim_conf_dir.'/bundle/Vundle.vim/' call vundle#rc(b:vim_conf_dir.'/bundle/') call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'chrisbra/vim-diff-enhanced' Plugin 'tpope/vim-repeat' Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-surround' Plugin 'tpope/vim-unimpaired' Plugin 'godlygeek/tabular' Plugin 'w0rp/ale' Plugin 'vimwiki/vimwiki' if ! has("win32") Plugin '4Evergreen4/vim-hardy' Plugin 'airblade/vim-gitgutter' endif Plugin 'jlanzarotta/bufexplorer' Plugin 'mileszs/ack.vim' Plugin 'JamshedVesuna/vim-markdown-preview' Plugin 'blueyed/smarty.vim' Plugin 'vim-scripts/nginx.vim' "Plugin 'vim-scripts/CycleColor' Plugin 'eparreno/vim-l9' Plugin 'c9s/perlomni.vim' Plugin 'morhetz/gruvbox' Plugin 'junegunn/fzf.vim' Plugin 'othree/vim-autocomplpop' call vundle#end() filetype on filetype plugin indent on