rok
rok
Here's how I integrated chartjs, mermaid, graphviz. https://aca.github.io/c34ea231.html
I would love to see this, and I can replace https://github.com/iamcco/markdown-preview.nvim I'm currently adding this to ```head.html```. ``` window.addEventListener("load", function(){ let viz = new Viz(); for (let element of document.getElementsByClassName("graphviz"))...
Same, have no idea what to do.
When there's more thant 2 pane in window. It rarely works. (It works sometimes, but hard to figure out why) It breaks the pane and create new window `[thumbs]`.
@fcsonline https://asciinema.org/a/2TLriuUFvJaue6VkPbVZkwGDi [thumbs] pane open and exit directly. Not working also on normal mode. ``` # minimal config set -g @thumbs-regexp-1 '\w{1,50}' # Match emails set -g @thumbs-key w run...
 Output is messy (doesn't wrap) but works.
@wsdjeg ``` os: mac/linux vim: NVIM v0.5.0-d5adc8c ``` https://github.com/wsdjeg/vim-fetch/blob/dd674b50b261275a6a75cab6929b7bb7c5c4acba/autoload/fetch.vim#L185 After cursor ':' . This is expended to :665~ Native vim gF also doesn't handle this correctly, but It would be...
``` function s:gF() try execute "normal! gF" catch try execute "normal! bgF" catch execute "normal! bbgF" endtry endtry endfunction nnoremap gf :call gF() ``` Foolish workaround for this.
Please support virtualbox too.
That's sad, for now here's mapping to use delta ``` call gina#custom#mapping#nmap( \ 'log', 'd', \ ':execute printf(":new term://git diff %s \| resize +10", gina#action#candidates()[0].rev)', \ {'noremap': 1, 'silent': 1},...