Git Product home page Git Product logo

vim's Introduction

Powerful vim Config files

Works totally fine with me, based on great work of ma6174. Mainly remove some js plugin, add some golang plugin.

Build Status

How does this looks like

screenshot.png

Easy install:

Open a terminal, run the following command:

wget -qO- https://raw.github.com/Crazykev/vim/master/setup.sh | bash -x

Manually(in ubuntu)

  • install vim: sudo apt-get install vim
  • install ctags: sudo apt-get install ctags
  • install some tools: sudo apt-get install xclip vim-gnome astyle python-setuptools
  • configure golang environment:
    wget https://storage.googleapis.com/golang/go1.6.3.linux-amd64.tar.gz
    sudo tar -C /usr/local -xzf go1.6.3.linux-amd64.tar.gz
    cat >>~/.bashrc <<EOF
    

#export environment for golang export GOPATH=$HOME/go-project export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin/ EOF ```

  • python code formatter tool: sudo easy_install -ZU autopep8
  • sudo ln -s /usr/bin/ctags /usr/local/bin/ctags
  • clone vim config files: cd ~/ && git clone git://github.com/Crazykev/vim.git
  • mv ~/vim ~/.vim
  • mv ~/.vim/.vimrc ~/
  • clone bundle programs: git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  • open vim and exec bundle cmd: :BundleInstall
  • open vim and install vim-go dependencies: :GoInstallBinaries tips: User from China may need to use some tools like shadowsocks to connect to golang/google lib
  • reopen vim and have fun with your new Vim :)

More tips:

tips.md

Update log:

update_log.md

vim's People

Contributors

androidyue avatar crazykev avatar fate-grand-order avatar guodongxiaren avatar leizongmin avatar ma6174 avatar rob2468 avatar scola avatar tinyeyeser avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

heartlock

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.