GithubHelp home page GithubHelp logo

dotvim's Introduction

$ git clone https://github.com/spidLL/dotvim
Cloning into 'dotvim'...
remote: Counting objects: 16, done.
remote: Total 16 (delta 0), reused 0 (delta 0), pack-reused 16
Unpacking objects: 100% (16/16), done.
Checking connectivity... done.
$ cd dotvim
$ git submodule init
Submodule 'bundle/Vundle.vim' (https://github.com/VundleVim/Vundle.vim.git) registered for path 'bundle/Vundle.vim'
$ git submodule update
Cloning into 'bundle/Vundle.vim'...
remote: Counting objects: 2994, done.
remote: Total 2994 (delta 0), reused 0 (delta 0), pack-reused 2994
Receiving objects: 100% (2994/2994), 892.50 KiB | 498.00 KiB/s, done.
Resolving deltas: 100% (1035/1035), done.
Checking connectivity... done.
Submodule path 'bundle/Vundle.vim': checked out '5f70ae6025e951f0154e3940d123138adffa4c88'
$ vim +PluginInstall +qall
$ cd bundle
$ YouCompleteMe
$ ./install.py --clang-completer

# Compile color_coded
https://github.com/jeaye/color_coded
brew update
brew install macvim --with-lua --with-override-system-vim
brew linkapps macvim
brew install xz cmake




# Install VimCat
$ sudo apt-get install vimpager
(or)
$ sudo yum install vimpager
(or, on a Mac)
$ brew install vimpager
(or)
git clone git://github.com/rkitover/vimpager
cd vimpager
sudo make install
(then)
In your ~/.bashrc add the following:

export PAGER=/usr/local/bin/vimpager
alias less=$PAGER
alias zless=$PAGER


dotvim's People

Contributors

lazerlabs avatar

Watchers

 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.