Skip to content

hoxca/vim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Configuration

Derived from mutwinter dot_vim => too much plugins reduce my productivity

Installation

  1. git clone http://github.com/hoxca/vim_config.git in your home folder.
  2. mv vim_config .vim
  3. cd .vim
  4. rake vim:install to make the .vimrc symbolic link. install vundle and all plugins
  5. rake vim:commandt to compile commandt make sure that vim has +ruby support
  6. Enjoy

Requirements

Mac

Linux

  • [Vim-Nox] on Ubuntu as far as it's compiled with ruby support !

Notes

Be sure to always edit the vimrc using ,v, which opens the vimrc in the .vim folder. Vim has a nasty habit of overriding symlinks.

Plugin Installation / Requirements

I may make this more verbose later, but for now, here's a list of plugins that require further installation:

  • syntastic Requires many different binaries installed depending on what filetypes you want it to check.
  • [Monaco patched for Powerline] Provided in config folder

Plugin List

Note: Auto generated by rake plugins:update_readme

  • vundle - Vundle, the plug-in manager for Vim
  • mru.vim - Plugin to manage Most Recently Used (MRU) files
  • Command-T - Mirror of the official Command-T repository at git.wincent.com
  • vim-space - space.vim - Smart Space key for Vim
  • minibufexpl.vim - Elegant buffer explorer - takes very little screen space
  • cmdline-insertdatetime - insert date or datetime in command line.
  • vim-indent-guides - A Vim plugin for visually displaying indent levels in code
  • vim-powerline - The ultimate vim statusline utility.
  • bk_hoxca_colors - my custom color config for vundle
  • Command-T - Mirror of the official Command-T repository at git.wincent.com
  • Conque-Shell - Run interactive commands inside a Vim buffer
  • vim-surround - surround.vim: quoting/parenthesizing made simple
  • vim-fugitive - fugitive.vim: a Git wrapper so awesome, it should be illegal
  • tabular - Vim script for text filtering and alignment
  • delimitMate - Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
  • syntastic - Syntax checking hacks for vim
  • supertab - Perform all your vim insert mode completions with Tab
  • neocomplcache - Ultimate auto-completion system for Vim.
  • tComment - An extensible & universal comment plugin that also handles embedded filetypes
  • vim-notes - Easy note taking in Vim
  • vim-ruby - Vim/Ruby Configuration Files
  • html5.vim - HTML5 omnicomplete funtion and syntax for Vim
  • HTML5-Syntax-File - HTML5 Syntax File
  • vim-javascript - Vastly improved vim's javascript indentation.
  • vim-repeat - repeat.vim: enable repeating supported plugin maps with "."

That's 25 plugins, holy crap.

Releases

No releases published

Packages

No packages published