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' 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 'c9s/perlomni.vim' Plugin 'morhetz/gruvbox' Plugin 'junegunn/fzf.vim' Plugin 'unblevable/quick-scope' if has('nvim') Plugin 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } } endif " platformio dev: Plugin 'prabirshrestha/asyncomplete.vim' Plugin 'prabirshrestha/vim-lsp' Plugin 'mattn/vim-lsp-settings' Plugin 'prabirshrestha/asyncomplete-lsp.vim' Plugin 'pangloss/vim-javascript' Plugin 'thirtythreeforty/lessspace.vim' Plugin 'fatih/vim-go' call vundle#end() filetype on filetype plugin indent on