mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
update
This commit is contained in:
parent
7c7ec7dd91
commit
aeafde0ef4
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ if lazyvim_docs then
|
||||||
local ok, dbs = pcall(require, "secrests/db-env")
|
local ok, dbs = pcall(require, "secrests/db-env")
|
||||||
if ok then
|
if ok then
|
||||||
vim.g.dbs = dbs
|
vim.g.dbs = dbs
|
||||||
|
else
|
||||||
|
vim.g.dbs = {}
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Alternatively, you can also use other ways to inject your environment variables.
|
-- Alternatively, you can also use other ways to inject your environment variables.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue