diff options
Diffstat (limited to 'nvim/lsp/postgres_lsp.lua')
| -rwxr-xr-x | nvim/lsp/postgres_lsp.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nvim/lsp/postgres_lsp.lua b/nvim/lsp/postgres_lsp.lua deleted file mode 100755 index 3ae2669..0000000 --- a/nvim/lsp/postgres_lsp.lua +++ /dev/null @@ -1,12 +0,0 @@ ----@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' }, -} |
