All Projects → fholgado → Dotfiles

fholgado / Dotfiles

My Vim dotfiles.

Labels

Projects that are alternatives of or similar to Dotfiles

Vim Reanimate
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Guessindent
Indentation guessing plugin for Vim
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Vim Rspec Focus
Helpers for focused rspec testruns.
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Dirdiff.vim
DirDiff.vim : A plugin to diff and merge two directories recursively.
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Vim Shortcut
run vim command from buffer
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
My.vim
Just a collection of all of the things I have in my .vim/ directory
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Perl Nextmethod
Vim plugin which offers [m, [M, ]m and ]M mappings for perl
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Ftl Vim Syntax
Vim syntax for FTL (FreeMarker Template Language)
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Vim Painter
Painting plugin
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Ctrlp Branches
Git branch searching using CtrlP.vim
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Bindle
My portable dotfiles and such
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Ansible
My Ansible Playbooks and Dependencies
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Vim Cmake Syntax
Unmaintained; see https://github.com/pboettch/vim-cmake-syntax
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Threebean Dot Files
All my 'dot' files (zsh config, vim config)
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Vim
VIM config
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Vim Ackmore
My vim stuff.
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Formatvim
Convert current file to colored HTML, BBCode or whatever
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Freeswitch log vim syntax
Vim syntax for Freeswitch logs
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Vim Independence
A vim plugin for loading (git) project specific vim settings
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Elysian.vim
elysian is a 256 terminal only colorscheme inspired by Apprentice
Stars: ✭ 9 (+0%)
Mutual labels:  viml

#My Vim dotfiles Here you will find my collection of Vim configuration files. I am using Vundle to keep things tidy. Here is a blog post with more details on what is in here.

#Installation Instructions for Mac/Linux

cd ~
git clone git://github.com/fholgado/dotfiles.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
cd ~/.vim
git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

Now, you can open Vim and run the following command:

:BundleInstall!

You should see a window fetching all the plugins and stuffs. Neat! You can get in touch with me at @fholgado if you have any questions.

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].