aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/postgres_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/postgres_lsp.lua')
-rw-r--r--lsp/postgres_lsp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/postgres_lsp.lua b/lsp/postgres_lsp.lua
index ddc4a0c7..398123ca 100644
--- a/lsp/postgres_lsp.lua
+++ b/lsp/postgres_lsp.lua
@@ -3,6 +3,7 @@
--- 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.
+
---@type vim.lsp.Config
return {
cmd = { 'postgrestools', 'lsp-proxy' },