vim-js-context-coloring icon indicating copy to clipboard operation
vim-js-context-coloring copied to clipboard

JavaScript Context Coloring in Vim

Results 6 vim-js-context-coloring issues
Sort by recently updated
recently updated
newest added

Hey, I discovered your plugin though blogpost of @davidosomething (http://davidosomething.com/blog/vim-for-javascript/). I find the idea awesome, but it lacks support for es6 features and custom babel syntax plugins. Would you consider...

Today my vim-js-context-coloring simply won't work anymore. When I try to toggle it, I get `No matching autocommands`. I've tried to remove it completely and install again, but no luck....

I use the [Spread operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_operator) (`[ ...arrayToBeSpreaded, 'value 2' ]`), but it breaks the highlight in JSContextColoring. Is there a way to make this work? Thank you.

Is it possible to install it with Vundle? I tried by adding: ``` Bundle "bigfish/vim-js-context-coloring" ``` to my .vimrc and running: ``` :BundleInstall ``` When I restarted vim, I tried...