Changsheng Wu

Results 62 comments of Changsheng Wu
trafficstars

Manual mapping works it around ``` lua { init = function() vim.keymap.set('i', '', function() require('blink.cmp').show() require('blink.cmp').show_documentation() require('blink.cmp').hide_documentation() end, { silent = false }); end, } ```

The [doc](https://echarts.apache.org/en/api.html#events.datazoom) is misleading ``` javascript { type: 'datazoom', // percentage of zoom start position, 0 - 100 start: number // percentage of zoom finish position, 0 - 100 end:...