color_coded icon indicating copy to clipboard operation
color_coded copied to clipboard

A vim plugin for libclang-based highlighting of C, C++, ObjC

Results 42 color_coded issues
Sort by recently updated
recently updated
newest added

No matter whether opening a new file or an existing file, each of the following commands ``` vi somecfile.c vi somecppfile.cpp vi someheader.h ``` result in: ``` Vim: Caught deadly...

bug
help wanted
reproducible

Current color_coded stuck with LLVM 7 flags system. I'm trying to highlight SYCL which requires llvm-14. Anyway, no pressure, just check out. 😄

![image](https://user-images.githubusercontent.com/38124587/75347494-cd14dc80-58db-11ea-91d5-de9ca08c8f02.png) Vim8.0 ![image](https://user-images.githubusercontent.com/38124587/75347559-f46ba980-58db-11ea-9ec0-35f8db7266b1.png) With vim-nox

As title. Also add a searching directory for lua library. @jeaye

Hello, color_coded. On Arch Linux, vim is compiled with `lua 5.4`. On `master`, I see that it requires 5.3. 5.2 or 5.1. Is there any sort of timeline or information...

At first I want to sorry about english. So this tool (`color_coded`) are greate! But... here is a several problems with it: 1. Speed. Lexical and semantic analizing is slow...

When I installed the plugin this is what :echo $VIMHOME return /home/my_user/.vim/plugged/color_coded Did I do something wrong in my installation process or its mean to be this way?

I am running linux on a virtual box. These are the configurations: ``` ubuntu 16.04 4.4.0-64-generic vim 7.4 gcc 5.4.0 lua 5.2 ``` I ran the following commands for installation:...

This fixes a ton of issues for me. My usual workflow is as follows: ```sh mkdir build cd build cmake .. cd .. ln -s build/compile_commands.json . ``` Such that...

I'm on Ubuntu 19.04. Trying to build `color_coded`. Want to build using GCC but it builds using `clang`. Here is the output of my `update-alternatives --config c++` command ``` There...