Skip to content

Commit 280bd80

Browse files
committed
feat(postgres_lsp): port config for neovim 0.11
1 parent 0bc6772 commit 280bd80

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lsp/postgres_lsp.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---@brief
2+
---
3+
---https://pgtools.dev
4+
--
5+
-- A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
6+
return {
7+
cmd = { 'postgrestools', 'lsp-proxy' },
8+
filetypes = {
9+
'sql',
10+
},
11+
root_markers = { 'postgrestools.jsonc' },
12+
}

0 commit comments

Comments
 (0)