Giter Club home page Giter Club logo

toby.vim's Introduction

README

This is my current VIM setup. It is not meant to be used by anyone else than me. It is not meant to deal as a modular environment for anyone. The only thing that it can deal for is as an example. Feel free to fork as basis for your setup, while I recommend to just looking into it and get inspiration from it.

Install

  1. Clone this Git repo

  2. Run $ ./vundle_install.sh

  3. Link the following files:

    ~/.vim          -> <repo>/
    ~/.vimrc        -> <repo>/vimrc
    
  4. Run the following command to install all bundles:

    vim +BundleInstall +qall
    

    Alternatively you can execute the following in VIM itself:

    :BundleInstall
    
  5. If you want to use the powerline, you need to install it, too:

    pip install --user git+git://github.com/Lokaltog/powerline
    

For more information about Powerline, please refer to the Powerline installation docs especially regarding font installation.

Thanks for inspirations to

toby.vim's People

Contributors

kore avatar tobys avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

toby.vim's Issues

Local paths in vim config

You have some local paths in your vim config.

As you mention, this is your personal configuration, but you might want to maintain such development configuration in some extra branch?

Commit fixing this in my local fork:

kore@368e4eb

Should I create a pull request for this?

:Rename included in vim-eunuch

A handy :Rename command is included in tpope's vim-eunuch here: https://github.com/tpope/vim-eunuch which gets rid of a separate plugin solely for doing it.

Also recommend vim-sensible (lets you remove lots of sensible stuff from your vimrc) and vim-unimpaired (handy bracket mappings) from tpope.

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.