Skip to content
forked from luan/vimfiles

The Vim Configuration. Uses NeoBundle to manage plugins.

Notifications You must be signed in to change notification settings

ragaskar/vimfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Vim Configuration. Build Status

If you're trying to use this config checkout this cheat sheet.

Installation

  1. git clone http://github.com/luan/vimfiles.git ~/.vim
  2. ~/.vim/install more...
  3. Enjoy

Recommended Setup (OSX/Linux)

Faster and better autocomplete

OSX

brew reinstall vim --with-lua
brew reinstall macvim --with-lua

Linux

sudo apt-get install vim-nox

ctags

OSX

brew uninstall ctags
brew tap kopischke/ctags
brew install ctags-fishman --HEAD

Linux

exuberant-ctags from your OS is generally enough for most things, but if you want more CSS, ruby and other goodnesses you will need to manually compile and replace your ctags installation with: https://github.com/fishman/ctags

Plugin Installation / Requirements

I may make this more verbose later, but for now, here's a list of plugins that require further installation:

Screenshots

MacVim

MacVim

Terminal Vim

Terminal Vim

Install Script

The directory contains a bash script named install. install will create your local override files (.vimrc.loca.before and .vimrc.local), symlink .vimrc and .gvimrc. It will also install golang's tools if you have golang on your $PATH.

Notes

=======

" will save automatically when exiting the buffer
" 0 or 1, defaults 0
let g:autosave = 1

Plugin Installation / Requirements

Be sure to always edit the vimrc using ,vi, which opens the vimrc in the .vim folder. Vim has a nasty habit of overriding symlinks.

About

The Vim Configuration. Uses NeoBundle to manage plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 95.1%
  • Shell 4.9%