My old vim folder ================= **I used to keep my vim configuration in this folder. I have since moved it into my main dotfiles repository which can be found at:** This is my vim folder. .vimrc needs to be symlinked / copied to ~/.vimrc. I use Pathogen for plugins. All the plugins I use are submodules in the bundle folder ## Plugins ### Syntax plugins * i3config * vim-css3-syntax * vim-es6 * vim-jinja * vim-json * vim-less * vim-openscad * vim-pandoc-syntax * vimtex * wordpress ### Functionality #### goyo Adds distraction free writing mode #### matchit Extends the % operator #### phpcomplete Improves php completion #### quicktex Snippet tool #### ReplaceWithRegister Replace text with the contents of a register #### united-front Syncs registers between vim instances. #### vim-abolish Hard to explain. I mainly use this for the Subvert command which is like substitute on steroids. #### vim-airline / vim-airline-themes Makes the status bar look pretty #### vim-fugitive Git integration #### vim-repeat Enable repeating supported plugin maps with "." #### vim-surround quoting/parenthesizing made simple #### vim-table-mode Adds table mode for MD tables #### vimtex Vim plugin for latex enhancements. #### wordpress Adds some nice things for wordpress #### Command T A fast fuzzy finder