Skip to content
/ vitamine Public
forked from mockee/vitamine

Vim plugins, scripts and resources for my daily use.

Notifications You must be signed in to change notification settings

su27/vitamine

 
 

Repository files navigation

Vitamine

Vim plugins, scripts and resources for my daily use.

Installation

  1. Clone Vitamine:
$ git clone git@github.com:su27/vitamine.git ~/.vim
  1. Install submodules & configured bundles
$ ./install.sh
  1. Download & install patched font Monaco for Vim-Powerline. OSX / Linux
$ open ~/.vim/colors/fonts/Monaco+for+Powerline.otf
  1. Make sure you have ctags.

  2. Compile YouCompleteMe.

Configured Bundles:

" Bundles {
  " Github Repos
  NeoBundle 'Valloric/YouCompleteMe'      " A code-completion engine for Vim
  NeoBundle 'Shougo/vimproc'              " Interactive command execution
  NeoBundle 'scrooloose/syntastic'        " Syntax checking hacks
  NeoBundle 'scrooloose/nerdtree'         " A tree explorer plugin
  NeoBundle 'scrooloose/nerdcommenter'    " Vim plugin for intensely orgasmic commenting
  NeoBundle 'kien/ctrlp.vim'              " Fuzzy file, buffer, mru, tag, etc finder
  "NeoBundle 'myusuf3/numbers.vim'         " A vim plugin for better line numbers
  "NeoBundle 'Lokaltog/vim-powerline'      " The ultimate vim statusline utility
  NeoBundle 'vim-airline/vim-airline'
  NeoBundle 'vim-airline/vim-airline-themes'
  NeoBundle 'Lokaltog/vim-easymotion'     " Vim motions on speed!
  NeoBundle 'hail2u/vim-css3-syntax'      " Add CSS3 syntax support to vim's built-in `syntax/css.vim`
  NeoBundle 'skammer/vim-css-color'       " Highlight colors in css files
  NeoBundle 'keitheis/vim-plim'           " Syntax Highlighting for Plim
  NeoBundle 'pangloss/vim-javascript'     " Vastly improved vim's javascript indentation
  NeoBundle 'plasticboy/vim-markdown'     " Syntax highlighting and matching rules for Markdown
  NeoBundle 'tpope/vim-fugitive'          " A Git wrapper so awesome, it should be illegal
  NeoBundle 'tpope/vim-surround'          " quoting/parenthesizing made simple
  NeoBundle 'mxw/vim-jsx'                 " Syntax highlighting and indenting for JSX
  NeoBundle 'guns/vim-clojure-static'     " Syntax highlighting and indenting for Clojure
  "NeoBundle 'fatih/vim-go'                " For golang

  " Github `vim-scripts`
  NeoBundle 'ack.vim'                     " Plugin for the Perl module / CLI script 'ack'
  NeoBundle 'taglist.vim'                 " Provides an overview of the structure of source code
" }

About

Vim plugins, scripts and resources for my daily use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 89.2%
  • Vim Snippet 10.6%
  • Shell 0.2%