aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/postgres_lsp.lua
blob: 3ae2669ef789f5d81fa02f4eb93410a6dae8970a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
--- https://pgtools.dev
---
--- A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
return {
  cmd = { 'postgrestools', 'lsp-proxy' },
  filetypes = {
    'sql',
  },
  root_markers = { 'postgrestools.jsonc' },
}