We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa003f5 + a467fd7 commit a5ff8bdCopy full SHA for a5ff8bd
README.md
@@ -131,7 +131,7 @@ In case you use Neovim, here's an example with Lua:
131
132
```lua
133
vim.g.dbs = {
134
- { name = 'dev', url = 'postgres://postgres:mypassword@localhost:5432/my-dev-db' }
+ { name = 'dev', url = 'postgres://postgres:mypassword@localhost:5432/my-dev-db' },
135
{ name = 'staging', url = 'postgres://postgres:mypassword@localhost:5432/my-staging-db' },
136
{ name = 'wp', url = 'mysql://root@localhost/wp_awesome' },
137
{
0 commit comments