mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
update
This commit is contained in:
parent
f2135fc974
commit
7c7ec7dd91
1 changed files with 4 additions and 2 deletions
|
|
@ -10,8 +10,10 @@ if lazyvim_docs then
|
|||
{ name = "staging", url = "Replace with your database connection URL." },
|
||||
}
|
||||
|
||||
-- NOTICE: Replace `secrets/db-env` with your own module path.
|
||||
-- You can set your secrets directly through a Lua table, for example:
|
||||
-- You can set your secrets directly through a Lua table. For example:
|
||||
-- Create a secrets/db-env.lua file and return the connection table.
|
||||
-- Or
|
||||
-- Replace `secrets/db-env` with your own module path.
|
||||
local ok, dbs = pcall(require, "secrests/db-env")
|
||||
if ok then
|
||||
vim.g.dbs = dbs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue