diff options
| author | Igor Lacerda <igorlfs@ufmg.br> | 2025-11-29 22:49:57 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 20:49:57 -0500 |
| commit | c7f535aed2dc189e61b9332168a2575d5b7f30e1 (patch) | |
| tree | 17f07588c4c7fec9b0d8d26a7fa3dbfeb8ef1117 /lsp | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar.gz nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar.bz2 nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar.lz nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar.xz nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar.zst nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.zip | |
feat(postgres_lsp): require workspace #4220
Diffstat (limited to 'lsp')
| -rw-r--r-- | lsp/postgres_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/postgres_lsp.lua b/lsp/postgres_lsp.lua index 26eb33a1..36b062d6 100644 --- a/lsp/postgres_lsp.lua +++ b/lsp/postgres_lsp.lua @@ -11,4 +11,5 @@ return { 'sql', }, root_markers = { 'postgres-language-server.jsonc' }, + workspace_required = true, } |
