vim-ls icon indicating copy to clipboard operation
vim-ls copied to clipboard

LiveScript support for Vim

Results 8 vim-ls issues
Sort by recently updated
recently updated
newest added

`async` and `await` were introduced as keywords in LiveScript 1.6.0, but this module's syntax stuff doesn't highlight them yet. I guess they'd go in [this list](https://github.com/gkz/vim-ls/blob/795568338ecdc5d8059db2eb84c7f0de3388bae3/syntax/ls.vim#L35)?

I have uploaded the current code as-is to https://www.vim.org/scripts/script.php?script_id=5755 and I am requesting official sanctioning of this upload.

I've tried to bind combo to a key in vim but didn't succeed. If this is possible to do with vim-ls plugin, then this feature, i believe, would be useful.

If I split window with LS code: :LiveScriptCompile watch vert I have [ | ] a splited workarea and able to normally close generated JS code window with - no...

when identing: if x ____then 1 ____els after this, i type "e", the result is: if x ____then 1 else and, the "right way" ident, supposed to be: if x...

It seems to act as if the function on the right hand side is a property of the function on the left hand side. ![screenshot 2015-05-07 13 44 38](https://cloud.githubusercontent.com/assets/11027/7513752/387da3fc-f4bf-11e4-8c37-35a114aaf692.png) I...