Skip to content

Commit

Permalink
Merge pull request #135 from ryicoh/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mattn committed Feb 4, 2024
2 parents d0751d8 + 2669fd8 commit 68c4561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ In `coc-settings.json` opened by `:CocConfig`

```lua
require'lspconfig'.sqls.setup{
on_attach = function(client, bufnr)
require('sqls').on_attach(client, bufnr) -- require sqls.nvim
end
settings = {
sqls = {
connections = {
Expand Down

0 comments on commit 68c4561

Please sign in to comment.