" Plugins call plug#begin('~/.vim/plugged') Plug 'w0rp/ale' " Async linting Plug 'tpope/vim-commentary' " Better commenting commands Plug 'tpope/vim-fugitive' " Git integration with vim Plug 'tpope/vim-surround' " Helps with surrounding text Plug 'morhetz/gruvbox' " Pretty colorscheme Plug 'francoiscabrol/ranger.vim' " Ranger integration Plug 'ledger/vim-ledger' " Ledger plugin Plug 'python-mode/python-mode' " Python awesomeness in vim Plug 'chr4/nginx.vim' " nginx stuff Plug 'saltstack/salt-vim' " Salt file syntax Plug 'thornycrackers/vim-options' " Custom options call plug#end()