Skip to content

kkdashu/vimfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimfiles

Vimfiles are configuration files for the Vim editor. It includes editor preferences, colorscheme, font definitions, plugins, custom functions and more.

This project is my personal Vimfiles. Feel free to send me suggestions through the issues page or to send me improvements through the Pull Requests page.

How to use these vim configs

Clone this repository into your home directory as ~/.vim and then install the plugins. Such as:

git clone git://github.com/lucascaton/vimfiles.git ~/.vim
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
ln -s ~/.vim/vimrc ~/.vimrc
cp ~/.vim/fonts/Monaco+for+Powerline.otf ~/Library/Fonts/

In order to install / update the plugins, start vim and then run:

:PluginInstall

Optional:

Install jshint, in order to review your javascript files:

sudo npm install -g jshint

Color Schemes

Fonts

These are my favorite fonts:

  • Monaco (my current one)
  • Anonymous Pro
  • Inconsolata-dz
  • Bitstream Vera Sans Mono

Plugins

Plugin Description Interesting links
Ag.vim Plugin for ag (the_silver_searcher)
Base16 Amazing colorschema
Colorizer Colorize all text in the form #rrggbb or #rgb
CtrlP Full path fuzzy file, buffer, mru and tag finder Website
Extradite A git commit browser. Extends fugitive.vim
Fugitive A git wrapper so awesome, it should be illegal
Matchit.zip Extended % matching for HTML, LaTeX, and many other languages
Multiple Cursors True Sublime Text style multiple selections
Nerdtree A tree explorer plugin
Rename Basically does a ":saveas " then removes the old filename
Smartpairs Fantastic selection, replaces hard keys combination like vi{ or va"
Snipmate Implements some of TextMate's snippets
Sparkup (Zen-coding) A parser for a condensed HTML format Zen coding
Syntastic Syntax checking hacks
Tabular Text filtering and alignmentClone
Tcomment An extensible & universal comment vim-plugin
Vim Abolish Easily search for, substitute, and abbreviate variants of a word Vim Casts
Vim Airline Lean & mean status / tabline
Vim Coffee Script CoffeeScript support for Vim
Vim Easymotion It provides a much simpler way to use some motions in Vim
Vim Endwise Wisely add "end" in ruby
Vim Rails Ruby on Rails power tools
Vim Ruby Runner Execute Ruby into an output buffer

Vim in a GUI

If you want to use Vim in a GUI, you can use MacVim in Mac OS X or gVim in Linux. Download it from:

Learn Vim

Visit the following sites to learn more about Vim:

Credits

Created and maintained by Lucas Caton.

License

The MIT License (MIT)

Copyright (c) 2010 - 2015 Lucas Caton

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 93.3%
  • Ruby 4.6%
  • Makefile 2.0%
  • Shell 0.1%