Recipe: wiki-links hints #532
dpetrouk
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
great one! some additional context:
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Figured out how to activate links hints (like in vimium) with flash.nvim.
Show hints on
leader + fl. Typingaorshere performs jump to a corresponding link ([[test]]or[[test3]]).Added this to
init.lua:For a long time I tried to use nvim-treesitter with markdown to find wiki-links, but with no success. I am new to nvim, so I suppose there should be more adequate solution.
P.S.
Better solution in comment
All reactions