Brennen Bearnes

Results 77 comments of Brennen Bearnes

You might want to have a look at [vim-startify](https://github.com/mhinz/vim-startify), which integrates MRU if present.

[vim-surround](https://github.com/tpope/vim-surround) might be of interest. With a visual selection, you could hit `S*` to bold, for example.

> When I do “VimwikiShowVersion” I get lNot an editor command.” This seems likely to mean you're using an older version of VimWiki. Try upgrading to _at least_ the latest...

As a workaround, you can write a link handler like so: ```vim " override default vimwiki link handling - could be extended to add " custom link types, etc. Right...

> `let g:vimwiki_markdown_link_ext = 1` Noting that 4672deb moved that to a wikilocal setting without updating the docs, although I think it inherits the global setting. Can reproduce. There's code...

> Likely d7ec126 broke this. Seems plausible. I'll see if I can figure out what's going on.

Think I got it - testing of #1257 to see if it fixes the issues here would be welcome.

See `:help VimwikiGenerateLinks`. This already exists, to an extent, but the generated links are just a single-level list. It would be reasonable to think about extending this either to a...