Skip to content

bob-crutchley/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My VIM Configurations

Run this command to install:

git clone https://github.com/bob-crutchley/vim && cd vim && ./install

This will overwrite ~/.vimrc and ~/.vim

Plugins

  • vim-polyglot
    A collection of language packs for Vim
  • nerdtree
    A tree explorer plugin for vim
  • vim-gradle
    This vim bundle simply recognizes .gradle files as being groovy syntax
  • vim-groovy
    This plugin is a collection of useful features for working in the Groovy language
  • vim-surround
    Surround.vim is all about "surroundings": parentheses, brackets, quotes, XML tags, and more. The plugin provides mappings to easily delete, change and add such surroundings in pairs.
  • vim-fugitive
    A Git wrapper so awesome, it should be illegal
  • supertab
    Perform all your vim insert mode completions with Tab
  • nerdtree-git-plugin
    A plugin of NERDTree showing git status
  • vim-airline
    Lean & mean status/tabline for vim that's light as air