sponsor Vim development Vim logo Vim Book Ad

Clighter : Plugin to improve c-family development environment based on Clang

 script karma  Rating 28/9, Downloaded by 2016  Comments, bugs, improvements  Vim wiki

created by
BB Chung
 
script type
utility
 
description
Clighter(C Lighter) is a vim plugin that integrates the libclang to improve c-family
development environment, and it currently provides the following features(for c-family):

* Automatically do semantic highlighting
* Automatically highlight all words that with the same definition
* Options to customize the colors
* Experimental function to do rename-refactoring

2015/01/23
This page will not be maintained anymore, all news, update and release will be in
https://github.com/bbchung/clighter
 
install details
Vundle is the recommended way to install clighter.

If using Vundle:
add this line in .vimrc
Bundle 'bbchung/clighter'

Otherwise:
Extract the .gz file into your ~/.vim, open up vim, run helptags and then checkout :help clighter.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
clighter.tar.bz2 4.1 2014-11-25 7.4 BB Chung * refactoring code
* fix threading issue
* improve performance
clighter.tar.bz2 4.0 2014-11-17 7.4 BB Chung * Hide some options to internal variable
* Better handle for compile args
* Performance imrpovement
* Bugfix
clighter.tar.gz 3.00 2014-08-20 7.4 BB Chung * fix many bugs
* new rename-refactoring function
clighter.tar.gz 2.00 2014-07-24 7.4 BB Chung 1. improve architecture for parsing
2. optimize code
3. better multiple buffers support
clighter.tar.gz 1.0 2014-07-11 7.3 BB Chung Initial upload
ip used for rating: 18.188.152.162

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github