Results 4 comments of Federico Menozzi

What version of OpenGL are you running? Do previous versions of `shadertoy-rs` run correctly? If you're familiar with `git bisect` you could try to see if earlier versions work. But...

Hey @lervag, thanks for looking into this. Unfortunately it doesn't appear that the original issue has been resolved. If I use the same minimal working example as before, calling `:WikiTocGenerate`...

```vim Plug 'lervag/wiki.vim' let g:wiki_root = '~/documents/notes' nmap wf :WikiPages nmap wt :WikiTags nmap wc :WikiToc " When creating links from text under the cursor, convert to lowercase and "...

Sounds good. Thanks again for implementing this feature!