Dalius Dobravolskas
Dalius Dobravolskas
I found that that this plugin change *.js filetype to 'javascript.jsx' and that breaks tern_for_vim and autocomplete-flow plugins as they expect 'javascript' filetype to work properly. Maybe proper way would...
I have registered bug https://github.com/basecamp/kamal/issues/1388 and closed it later. I think it is completely avoidable if it was documented in a little bit more details.
Default `maximumHoverLength` value is `500`. That means hover information is truncated for complicated types (usually some parts are omitted and shown as `...`). This is a little bit annoying as...