Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.
/ .vim Public archive

VIM settings - text editor for software development

Notifications You must be signed in to change notification settings

140am/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIM @ 1:40am

What is this?

vim text editor configuration for software development.

How does it look?

Screenshot 1

Using "Zen" mode [ctrl-z] when reading and editing Markdown files:

Screenshot 2

Requirements

Vim 7.4+ with Lua support (required by the neocomplete plugin).

To install the latest vim on OSX follow these instructions.

Installation

Clone the repository to your machine:

git clone git://github.com/140am/.vim.git ~/.vim
cd .vim
git submodule init
git submodule update
ln -s ~/.vim/vimrc ~/.vimrc

Start vim or mvim (MacVim).

Install go tools if required (gocode, godef, goimport,..) within vim via:

:GoInstallBinaries

Configuration

All settings are documented within the vimrc configuration file.

Documentation

Credit

Most of the plugins I use I found via the great vimrc by @amix and the gist by @cridenour.

About

VIM settings - text editor for software development

Resources

Stars

Watchers

Forks

Packages

No packages published