mr4torr / myvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vimfiles

Como usar

Clone o repositorio para o seguinte diretorio ~/.vim e instale os plugins

git clone git://github.com/mrato/myvim.git ~/.vim
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
ln -s ~/.vim/vimrc ~/.vimrc
vim +PluginInstall +qall

Opcional:

(OS X) Copie a font Monaco:

cp ~/.vim/fonts/Monaco+for+Powerline.otf ~/Library/Fonts/

Instale jshint:

sudo npm install -g jshint

Color Schemes

Fontes

  • 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
Dockerfile.vim Vim syntax file & snippets for Docker's Dockerfile
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 Gitgutter Shows a git diff in the gutter (sign column)
Vim Rails Ruby on Rails power tools
Vim Ruby Runner Execute Ruby into an output buffer

Visit the following sites to learn more about Vim:

Other dotfiles

You can find my dotfiles here: lucascaton/dotfiles.

Credits

Created and maintained by Lucas Caton.

License

The MIT License (MIT)

Copyright (c) 2010 - 2016 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.

About


Languages

Language:Vim Script 97.6%Language:Shell 2.3%Language:Ruby 0.0%