jliptrap
jliptrap
I'm having the same issue on Ubuntu 21.10 with GNOME. I'd also love an option to automatically follow such links, like how the cursor automatically jumps to the first error...
Yup, I can repro both squiggly bugs exactly as above. BTW I think quiver should be featured on the [nLab](https://ncatlab.org).
Now that we have `:Farf` and `:Farr`, I just use them instead of `:Far`, since they support whole-word search. BTW I really appreciate `far.vim`, it's a huge timesaver!
`commentstring` [doesn't](https://neovim.io/doc/user/options.html#'commentstring') introduce a dependency.
latexmk doesn't have to clutter the current directory, here's a line of vimtex config to put all that clutter in a `build` subdir: ```vim let g:vimtex_compiler_latexmk = {'build_dir' : 'build'}...