Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/condy0919/docom.vim

A comment documentation highlighting plugin for c/cpp
https://github.com/condy0919/docom.vim

document highlight neovim plugin vim

Last synced: 3 months ago
JSON representation

A comment documentation highlighting plugin for c/cpp

Awesome Lists containing this project

README

        

docom.vim
========

A comment doc highlighting plugin for C/Cpp, inspired by [rust.vim](https://github.com/rust-lang/rust.vim/).

# Installation

Use [plug](https://github.com/junegunn/vim-plug) to manage dependencies.

```bash
Plug 'condy0919/docom.vim'
```

# Screenshots

![docom vs raw](https://raw.githubusercontent.com/condy0919/docom.vim/master/static/docom_vs_raw.png)
docom VS raw

![docom vs doxygen](https://raw.githubusercontent.com/condy0919/docom.vim/master/static/docom_vs_doxygen.png)
docom VS doxygen

PS: the vim theme is [onedark](https://github.com/joshdick/onedark.vim)

# TODO

- [x] automatically insert comments and format for `///` and `//!`

# Contribution

PR welcome.