Giter Site home page Giter Site logo

vimified's Introduction

vimified

Frankly, my dear, you're gonna be vimified one day!

Simple Vim & Neovim configuration.

OneHalf Light OneHalf Dark

How to install

For lazy people

Copy/Paste this line in your CLI:

curl -L https://raw.github.com/zaiste/vimified/master/install.sh | sh

For those who actually care about what is done

Grab the project:

cd
git clone git://github.com/zaiste/vimified.git
ln -sfn vimified/ ~/.vim
ln -sfn vimified/vimrc ~/.vimrc
cd vimified

Create required directories:

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

Set up Vundle:

git clone https://github.com/gmarik/vundle.git bundle/vundle

Set up your local.vimrc file with packages you want:

echo "let g:vimified_packages = ['general', 'coding', 'clojure', 'color']" > local.vimrc

Install plugins:

vim +BundleInstall +qall

Enjoy!

Configuration

You can overwrite default configuration and key bindings by using one of following files:

~/.vim/before.vimrc will be loaded before everything else.

~/.vim/extra.vimrc will be loaded after Vundle is initialized and before Vimified settings take place. The idea was so people could add Bundle lines without having to worry about conflicts in vimrc when pulling. Read More.

~/.vim/after.vimrc will be loaded after all configuration options are set. This is the best place to change vimified default behaviour (key bindings) and/or color scheme.

General

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

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.

Plugin to create and use a scratch Vim buffer.

easybuffer.vim - vim plugin to quickly switch between buffers

True Sublime Text style multiple selections for Vim

Indent

A vim plugin to display the indention levels with thin vertical lines (or: any char you like).

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

Call for Help

If you have ideas on how to make this Vim configuration framework better, don’t hesitate to fork and send pull requests. Thanks!

Major Contributors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.