Skip to content

emilianocarvalho/vimvundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

vimvundle

Develop

Repository for Vim with Vundle, trying not change the standard features of Vim.

Based on Vimifield and the Vundle.

How to install

Small steps

Grab the project:

$ cd
$ git clone git://github.com/emilianocarvalho/vimvundle.git
$ ln -sfn vimvundle ~/.vim
$ ln -sfn vimvundle/vimrc ~/.vimrc
$ cd vimvundle

Create required directories

mkdir bundle
mkdir -p tmp/backup tmp/swap tmp/undo

Colors

mkdir colors 

or copy your preferred schema color in vimvundle

Set up Vundle

git clone http://github.com/gmarik/vundle.git ~/.vim/vundle.git

Install plugins:

vim +BundleInstall +qall

or

vim
:BundleInstall

Enjoy!

Configuration

Copy your color scheme in the directory colors or schema Molokai:

../bundle/molokai/colors/molokai.vim 

Change your vimrc and set:

colorscheme <his-colorscheme>

Packages

General

Vim plugin for the Perl module / CLI script 'ack'.

Command: ,a

vim, your markup language of choice, and your browser of choice.

Command: ,p

Clone of the Align.vba file, since I think VBA files are a freaking abomination.

endwise.vim: wisely add "end" in ruby, endfunction/endif/more in vim script, etc

repeat.vim: enable repeating supported plugin maps with "."

speeddating.vim: use CTRL-A/CTRL-X to increment dates, times, and more

surround.vim: quoting/parenthesizing made simple

unimpaired.vim: pairs of handy bracket mappings

lightweight implementation of emacs' kill ring for vim

eunuch.vim: helpers for UNIX

A tree explorer plugin for vim.

Command: ctrl-u

Vim plugin: Support for user-defined text objects

Maintains a history of previous yanks, changes and deletes.

Vim plugin that defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts, etc.

The matchit.vim script allows you to configure % to match more than just single characters.

Fuzzy file, buffer, mru and tag finder.

Command: ctrl-p

ctrlp view

Plugin to create and use a scratch Vim buffer.

easybuffer.vim - vim plugin to quickly switch between buffers

Fancy

The ultimate vim statusline utility.

OS

Tmux vim syntax.

vim plugin to interact with tmux.

Coding

Vim plugin that displays tags in a window, ordered by class etc.

Command: ,t

gitk for Vim.

Vim plugin for intensely orgasmic commenting.

Command: ,#

A Vim plugin for managing three-way merges.

fugitive.vim: a Git wrapper so awesome, it should be illegal

Syntax checking hacks for vim

Ruby

Vim/Ruby Configuration Files.

Commands:

HTML

Vim runtime files for Haml, Sass, and SCSS.

Vim syntax file for mustache and handlebars(?)

Vim Markdown runtime files.

Vim Jade template engine syntax highlighting and indention.

A clone of the slim vim plugin from stonean.

CSS

Syntax Highlighting for Stylus.

JS

CoffeeScript support for vim.

Format and validate JSON files.

:Jacinto validate

or

:Jacinto syntax

Clojure

A filetype, syntax and indent plugin for Clojure.

Haskell

vim-syntax-haskell-cabal

Syntax file for Haskell's cabal syntax file

An unpacked copy of the haskellmode vimball. Ping me if it needs updating.

Python

Python-mode is a vim plugin that allows you to use the pylint, rope, pydoc,

pyflakes, pep8, mccabe libraries in vim to provide features like python code

looking for bugs, refactoring and some other useful things.

Clang

Module to Interact with libclang (and clang_indexer DB) from Vim.

Statement oriented editing of C / C++ programs

Speed up writing new code considerably.

Write code und comments with a professional appearance from the beginning.

Use code snippets

Color

A Vim color scheme.

vim-colors-solarized

precision colorscheme for the vim text editor

Molokai color scheme for Vim.

Vim color scheme designed to be very readable in both light and dark environments.

A dark colourscheme combining Jellybeans, Solarized and Tomorrow Night.

Call for Help

If you want to improve it, do not hesitate, do it. Thanks!

Inspired by

Major Contributors of Vimifield

Vimfield Inspired by

About

Repository for Vim with Vundle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published