diff --git a/README.md b/README.md index e488fe7..1dd6d06 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ This is the result of my first days of hacking neovim with lua (more features ha --- ![image](https://user-images.githubusercontent.com/30892199/145457923-d3e3a20b-9a33-42d1-aa21-3de6b2295737.png) +--- + +![](img/tags-linkcounts.png) + ## Search-based navigation diff --git a/lua/telekasten.lua b/lua/telekasten.lua index 97d20a1..b390e80 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -827,6 +827,8 @@ local function FollowLink(opts) kind, atcol = check_for_link_or_tag() end + print(kind, atcol) + if kind == "tag" then if atcol ~= nil then tag = taglinks.get_tag_at(