Git Product home page Git Product logo

vimsuite's Introduction

vimsuite

This is a vim suite for me , also for you , if you are a coder.

Supported Distro:

  • MacOS 10.9
  • Debian 7
  • CentOS 5
  • CentOS 6

why there is no windows support?

All programmer, should be starting your learning from Linux/Unix.

If you have not yet know Linux/Unix, you really should know more about it.

Windows is a good platform to Users, but not a good platform to Developers.

All power and wise developer should using Linux/Unix , even MacOS, better more than Windows.

No BSOD, No virus. No pain.

So We decide not support Windows as these time.

Try Linux/Unix, or MacOS, you should see a new world.

Installation

First, you must full install vim.

If you are using debian or whatever.

you need install vim full with following command.

apt-get install vim-nox

Just clone it to your local repository.

and copy .vimrc and .vim to your home directory.

git clone https://github.com/ancientrock/vimsuite.git ~/vimsuite 
cd  ~/vimsuite && git pull --rebase && git submodule update --init
rm -rf ~/.vim*
ln -s ~/vimsuite/.vimrc ~/.vimrc
ln -s ~/vimsuite/.vim ~/.vim
cd ~/vimsuite/.vim/bundle/ && ./reset-master.sh
vim

After open vim ,just type :BundleUpdate

After done of this, exit vim and then reopen vim, your vim is fresh and new

Update

cd  ~/vimsuite && git pull --rebase && git submodule update --init
cd ~/vimsuite/.vim/bundle/ && ./reset-master.sh
vim

Mail list

Users can subscribe to your list by sending email to [email protected] with 'subscribe' in the Subject field OR by visiting your list page at http://www.freelists.org/list/ar The web-based administration suite allows you to add subscribers manually.

If you have any question please feel free to join mailist to have a chat.

vimsuite's People

Contributors

cnmade avatar

Stargazers

 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.