Coder Social home page Coder Social logo

dotvim's Introduction

Adam's Vim Setup

My "dot vim" (~/.vim) dir.

Features

  • Great starting point for using Vim for editing source code in many programming languages.
  • Easy to extend: all plugins are loaded with Vundle.
  • Fold-able, well-commented vimrc file.
  • Lots of great ideas and some terrible ones!

Install

Here's how to install this Vim configuration. Assumes Bash shell and a POSIX operating system.

Replace existing Vim configuration

cd ~
mv .vim .vimrc /tmp
ln -s ~/.vim/vimrc .vimrc

Install Adam's Vim Setup

git clone https://github.com/meonkeys/dotvim.git .vim
cd .vim

Install Vundle

Plugins are managed with Vundle. Install Vundle:

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

Install Plugins

Start Vim and run :PluginInstall. Done!

Plugins are enumerated in vimrc. See the vundle documentation in :help vundle or online for further instructions.

Misc Plugin Notes

Some plugins require extra setup. I use ubuntu-setup to get them working.

Airline

For GNU/Linux operating systems besides Ubuntu, follow the Fontconfig instructions here. General info about integrating vim-airline with fancy fonts here.

See also

My "dotfiles", configuration files for other programs I use on my GNU/Linux desktop.

dotvim's People

Contributors

meonkeys avatar

Watchers

Brian C. Lane avatar James Cloos avatar  avatar

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.