chore(pickers): move vault picker file

This commit is contained in:
Thomas Lambert
2023-04-28 22:22:33 +02:00
parent e2bc0755f3
commit 9d2e4fd1e1
3 changed files with 46 additions and 46 deletions

View File

@@ -19,7 +19,7 @@ local tagutils = require("taglinks.tagutils")
local linkutils = require("taglinks.linkutils")
local dateutils = require("taglinks.dateutils")
local Path = require("plenary.path")
local vaultPicker = require("vaultpicker")
local tkpickers = require("telekasten.pickers")
local tkutils = require("telekasten.utils")
-- declare locals for the nvim api stuff to avoid more lsp warnings
@@ -3018,7 +3018,7 @@ local function _setup(cfg)
end
local function ChangeVault(opts)
vaultPicker.vaults(M, opts)
tkpickers.vaults(M, opts)
end
local function chdir(cfg)