Xemptuous / sqlua.nvim

A SQL IDE and UI for NeoVim written in Lua. Inspired by vim-dadbod vim-dadbod-ui.
Apache License 2.0
52 stars 0 forks source link

Syntax error in readme #3

Closed bjartek closed 7 months ago

bjartek commented 8 months ago

In your readme


    db_save_location = "~/.local/share/nvim/sqlua/dbs",
    connections_save_location = "~/.local/share/nvim/sqlua/connections.json"
    default_limit = 200,
    keybinds = {
        execute_query = "<leader>r",
        activate_db = "a"
    }
}```

The second line is missing a ","
Xemptuous commented 7 months ago

Thanks for the catch! I'll go ahead and fix that later today.