This commit is contained in:
Rene Schallner
2021-12-13 08:50:37 +01:00
parent 164a9b0780
commit 8da98c0bf3
2 changed files with 6 additions and 0 deletions

View File

@@ -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) ![image](https://user-images.githubusercontent.com/30892199/145457923-d3e3a20b-9a33-42d1-aa21-3de6b2295737.png)
---
![](img/tags-linkcounts.png)
## Search-based navigation ## Search-based navigation

View File

@@ -827,6 +827,8 @@ local function FollowLink(opts)
kind, atcol = check_for_link_or_tag() kind, atcol = check_for_link_or_tag()
end end
print(kind, atcol)
if kind == "tag" then if kind == "tag" then
if atcol ~= nil then if atcol ~= nil then
tag = taglinks.get_tag_at( tag = taglinks.get_tag_at(