Giter VIP home page Giter VIP logo

vimide's Introduction

VimIDE

this repo is forked from https://github.com/ZSShen/VimIDE. Based on ZSShen/VimIDE, this project modified some configuration for C++ like c++ style ect.

VimIDE is configured to be efficient for source code exploration and development under Mac and Linux. It is now targeting on modern C++ and Python.

Cpp Development Screenshot
Python Development Screenshot

Prerequisite

  • Make sure you have Vim with version 7.4.143 or above.
  • Modern C++ compilers like GCC 5.1 or Clang 3.4 are recommended. (C++ Compiler Support Map)

Installation

Assume the absolute path of your local repo is REPO_DIRECTORY or any you want.

$ git clone https://github.com/xukkTodd/VimIDE.git REPO_DIRECTORY
$ cd REPO_DIRECTORY
$ ./install.sh

Usage

Assume the absolute path of your project is PROJECT_DIRECTORY.

$ cp REPO_DIRECTORY/.ycm_extra_conf.py PROJECT_DIRECTORY

The configuration should be copied only once. Then launch your Vim:

$ vim PROJECT_DIRECTORY

Plugin

The primary plugins which VimIDE leverages for configuration.

Enhanced Monokai-like color scheme for c++.

AirLine allows you to create better-looking, more functional Vim status bar.

NERDTree works as the project drawer which helps you to explore filesystem and to open files and directories.

Customization

  • Automatically turn on NERDTree when vim starts up on opening a directory.
  • Show hidden files.
  • Map <C-N> to toggle NERDTree.

An ultimate source code exploration and completion engine for most of the prevalent programming languages.

Customization

  • Reimplement the plugin .ycm_extra_conf.py for YCM to enhance the preciseness for C families.
  • Map <F12> to command YcmCompleter GoTo.

Contact

Please contact me via the mail [email protected].
Note that the configuration is still under tuning. Recommendation and bug report are desired.

vimide's People

Contributors

zsshen avatar xukktodd 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.