Giter Site home page Giter Site logo

dot-vim's Introduction

My vim config files

To install:

First clone the repo:

git clone [email protected]:realstraw/dotvim.git ~/.vim

Link the rc files

cd ~/.vim
./link_configs.sh

Install submodules

git submodule update --init --recursive

Get other files (e.g. the color themes)

./update_plugins.sh

Compile CommandT:

cd ~/.vim/bundle/command-t/ruby/command-t/ext/command-t
ruby extconf.rb
make

Compile YouCompleteMe:

cd ~/.vim/bundle/YouCompleteMe
./install.py

Follow the detailed instructions to complie YouCompleteMe and CommandT, checkout their docs.

Other pacakges (Optional)

Python linter:

pip install flake8

New plugins

I'm using git submodule with Pathogen to manage plugins. To add a new plugin

// assume the plugin is called awesome-plugin
git submodule add [email protected]:some/awesome-plugin.git bundle/awesome-plugin

To remove a plugin

rm -rf bundle/submodule
git submodule deinit -f -- bundle/submodule
rm -rf .git/modules/bundle/submodule

# Note: bundle/submodule (no trailing slash)
git rm -f bundle/submodule

Credit:

The "Tomorrow" colorschemes in colors/ are copied from

[email protected]:chriskempson/tomorrow-theme.git

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.