Giter VIP home page Giter VIP logo

dot_vim's Introduction

[TOC]

dot_vim

Overview

The configuration of my vim.

Plugins

name function suggest
vundle.vim Manage all plugins Required
vim-colors-solarized The theme of vim Recommend
vim-airline The status bar of vim Recommend
vim-airline-themes The theme of vim-airline Recommend
nerdtree The file explore of vim Recommend
tagbar The tag bar of vim Optional
YouCompleteMe Auto complete for coding Optional
ctrlp.vim Quickly search files Recommend
ack.vim Quickly search text Optional
vim-surround Quickly type surroundings Recommend
python-mode Python support Optional
vim-scala Scala support Optional

Key Binding

key function
Space Leader
<Leader>r Run current file(shell/python)
<S-Cr> Insert a blank line above current location and return to normal mode
<Leader>y Copy text to system clipboard
<Leader>p Paste text from system clipboard

How to use

Clone dot_vim as ~/.vim.

git clone https://github.com/Yasenia/dot_vim.git ~/.vim

Use ~/.vim as the config of vim.

  • If you have already use ~/.vimrc file as the config of vim:
    echo 'source ~/.vim/vimrc' >> ~/.vimrc
  • Or else, just do nothing.

Setup vundle.

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Select the plugins as you wish.

Comment the plugins witch you are not need in the file ~/.vim/config/vundle.vim.

Install Plugins in vim.

Launch the vim, and type :PluginInstall<Cr>.

Setup plugin: YouCompleteMe

cd ~/.vim/bundle/YouCompleteMe
git submodule update --init --recursive
./install.py

dot_vim's People

Contributors

yasenia avatar

Stargazers

Yuexiang Gao avatar

Watchers

 avatar

Forkers

tokenjan

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.