Giter Club home page Giter Club logo

dotvim's Introduction

ZTao's Vim Config

Introduction

使用 Git 来管理自己的 Vim 环境是非常方便和实用的,每次在一个新的系统环境,只需要将本项目 git clone 到用户根目录($HOME/),然后执行简单的命令就可以将自己熟悉的 Vim 环境安装完成。
本项目实用 vundle 管理 Vim 插件。

Installation

git clone --recursive https://github.com/ztao165/dotvim.git ~/.vim
ln -sf ~/.vim/vimrc ~/.vimrc    #注意提前将以前的配置做好备份

Quickstart

打开 Vim,执行:PluginInstall命令安装插件,然后就可以愉快的玩耍了。
本项目映射了一些快捷键来快速执行插件的命令,例如:快捷键F3快速打开 NERDTree,快捷键F4快速打开 taglist 侧边栏。

Dependencies

powerline-fonts

安装powerline-fonts会使 vim-airline 有更好的显示效果。

node.js & npm

vim-instant-markdown插件可以实现 markdown 文件的实时预览,但是需要安装 node.js 的服务来实现实时预览。

ctags

Ctags 是 Linux/Unix 下生成标签的命令,它可以对项目源代码中的类、函数、方法、变量、宏等元素进行索引处理,并生成索引文件,而 Vim 中的一些插件需要使用到这些索引文件进行跳转,例如 taglist。

Shortcuts

F3 打开 NERDTree

F4 打开 Taglist

F5 打开 Tagbar

Screenshots

dotvim's People

Contributors

ztao165 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.