This commit is contained in:
arthur 2024-06-22 18:04:28 +08:00
parent 7c7ec7dd91
commit aeafde0ef4

View file

@ -17,6 +17,8 @@ if lazyvim_docs then
local ok, dbs = pcall(require, "secrests/db-env")
if ok then
vim.g.dbs = dbs
else
vim.g.dbs = {}
end
-- Alternatively, you can also use other ways to inject your environment variables.