Git Product home page Git Product logo

vimfiles's Introduction

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.

vimfiles's People

Contributors

jfmyers9 avatar luan avatar mutewinter avatar sergueif avatar sykesm avatar xoebus avatar

Watchers

 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.