Git Product home page Git Product logo

vimrc's Introduction

On Ubuntu

screen capture in ubuntu

On Windows

screen capture in windows

News

  • Wiki is added 2018.4.5
  • Github Page is added 2013.5.26
  • Install script(install.sh) is added 2013.1.31
  • LLVM vimrc is added 2013.1.30
  • Install Guide is updated 2013.1.30

About

.vimrc

  • Makes vim more useful to work on C/C++ projects (and possibly other projects too)
  • Includes many useful short-cut key mappings
  • Includes many useful vim plugins (via Vundle)

mkcscope.sh

  • Script to generate cscope.out

mkctags.sh

  • Script to generate ctags

rmtags.sh

  • Script to remove ctags, cscope.out

.cncpp.vimrc

  • Settings related with C/C++ programming

.project.vimrc

  • Settings related with a certain project i.e. include directory and paths for tags and cscope.out for libraries related with a certain project

.system.vimrc

  • Settings related with a certain OS system i.e. the paths for C++ standard header files

Testing environment

  • Ubuntu and Windows

Prerequisite

  • on Linux : git-core vim cscope exuberant-ctags
  • on Windows : gvim, 7zip and git

Note

How to install is explained in wiki.

Using scripts

There is a rule to use these scripts.

  • Generate ctags and cscope.out (by running mkcscope.sh and mkctags.sh) in a top directory of your project
$ mkctags.sh
$ mkcscope.sh

To close cscope after cscope finished it's job, press CTRL+D.

  • Open vim from the top directory of your project

References

Jumogehn H

vimrc's People

Contributors

jumogehn avatar ich123 avatar

Stargazers

Ramaswamy B.A avatar Claes Jæger avatar Jongmyeong Choi avatar Yeongjin Seo avatar Jubi Taneja avatar Chang Hyun Park avatar  avatar

Watchers

Seongil Park avatar Jubi Taneja avatar

Forkers

jubitaneja

vimrc's Issues

setting of default formatoption is needed

By default formatoption variable includes 'ro'.
Because of this, the autocomment is by default set to 'on'.

I want the variable 'formatoption' excludes 'ro' by default.
But I don't know how to set it correctly.

Welcome someone's contributions on this issue!

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.