mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
u r
This commit is contained in:
@@ -50,6 +50,10 @@ This is the result of my first days of hacking neovim with lua (more features ha
|
|||||||
---
|
---
|
||||||

|

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Search-based navigation
|
## Search-based navigation
|
||||||
|
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user