mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fix: do not look for tags in template dir
This commit is contained in:
@@ -2720,6 +2720,7 @@ local function FindAllTags(opts)
|
||||
local i = opts.i
|
||||
opts.cwd = M.Cfg.home
|
||||
opts.tag_notation = M.Cfg.tag_notation
|
||||
opts.templateDir = Path:new(M.Cfg.templates):make_relative(M.Cfg.home)
|
||||
|
||||
if not global_dir_check() then
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user