All Projects → tobyS → Toby.vim

tobyS / Toby.vim

My personal VIM setup

Labels

Projects that are alternatives of or similar to Toby.vim

Haskomplete.vim
A vim ftplugin for magical contextual haskell code completions
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Darkspectrum
a gvim color scheme based on the oblivion color scheme for gedit
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Focuspoint Vim
Vim color file that makes long coding sessions better while still maintaining color coordination and important keyword focus.
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Php.vim Html Enhanced
combination of the php indent file and the html indent file
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Peg.vim
PEG Syntax for Vim
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Ezjail Flavours
FreeBSD ezjail flavours
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Vim Simplebar
A simple non-attention-seeking Vim status line.
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Ctrlp.vim
Fuzzy file, buffer, mru, tag, etc finder.
Stars: ✭ 7,070 (+54284.62%)
Mutual labels:  viml
Specky
Functions to help make behavioral testing easy with ruby and rspec.
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Vimmyconf
Mi configuración de vim con pathogen
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Vimux Ipy
To send python code from vim to ipython running within a tmux split (with either visually selected code or with IPython like cells).
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Speech
Speech to text and text to speech via google speech api
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
...
dotfiles
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Vimrc
My personal vim config. Now with organisation! :-)
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Perforce.vim
Perforce source control features
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Vim Textobj Rubysymbol
Text object for manipulation of ruby symbol variables
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Vim Css To Inline
Transforms plain css into JSX inline styles
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Vim Fenced Code Blocks
Edit fenced code blocks inside a GitHub Flavor Markdown in a better way.
Stars: ✭ 13 (+0%)
Mutual labels:  viml
Vim Unite Watson.vim
vim-unite-watson.vim is the unite source for watson.
Stars: ✭ 13 (+0%)
Mutual labels:  viml
Dotfiles
My dotfiles
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml

====== README

This is my current VIM setup. It is not meant to be used by anyone else than me. It is not meant to deal as a modular environment for anyone. The only thing that it can deal for is as an example. Feel free to fork as basis for your setup, while I recommend to just looking into it and get inspiration from it.


Install

  1. Clone this Git repo

  2. Run $ ./vundle_install.sh

  3. Link the following files::

     ~/.vim          -> <repo>/
     ~/.vimrc        -> <repo>/vimrc
    
  4. Run the following command to install all bundles::

     vim +BundleInstall +qall
    

    Alternatively you can execute the following in VIM itself::

     :BundleInstall
    
  5. If you want to use the powerline, you need to install it, too::

     pip install --user git+git://github.com/Lokaltog/powerline
    

For more information about Powerline, please refer to the Powerline installation docs__ especially regarding font installation__.

__ http://lokaltog.github.com/powerline/installation/linux.html __ http://lokaltog.github.com/powerline/installation/linux.html#fontconfig


Thanks for inspirations to

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].