blob: d215a2fbb3789039b47859118a5b494fa98f03d5 (
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' },
}
|