diff options
| author | rhjdvsgsgks <26178113+rhjdvsgsgks@users.noreply.github.com> | 2023-11-14 11:44:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-14 03:44:09 -0800 |
| commit | 955abc018cc63292d2cd397ca1e7a9e5e440e7e6 (patch) | |
| tree | b0195e2aeeae8ffb65dca99f4cf6529cd7ce476a | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-955abc018cc63292d2cd397ca1e7a9e5e440e7e6.tar nvim-lspconfig-955abc018cc63292d2cd397ca1e7a9e5e440e7e6.tar.gz nvim-lspconfig-955abc018cc63292d2cd397ca1e7a9e5e440e7e6.tar.bz2 nvim-lspconfig-955abc018cc63292d2cd397ca1e7a9e5e440e7e6.tar.lz nvim-lspconfig-955abc018cc63292d2cd397ca1e7a9e5e440e7e6.tar.xz nvim-lspconfig-955abc018cc63292d2cd397ca1e7a9e5e440e7e6.tar.zst nvim-lspconfig-955abc018cc63292d2cd397ca1e7a9e5e440e7e6.zip | |
pylyzer: declare single file support #2894
| -rw-r--r-- | lua/lspconfig/server_configurations/pylyzer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lspconfig/server_configurations/pylyzer.lua b/lua/lspconfig/server_configurations/pylyzer.lua index 99e4e23a..34a4914b 100644 --- a/lua/lspconfig/server_configurations/pylyzer.lua +++ b/lua/lspconfig/server_configurations/pylyzer.lua @@ -14,6 +14,7 @@ return { } return util.root_pattern(unpack(root_files))(fname) or util.find_git_ancestor(fname) end, + single_file_support = true, settings = { python = { diagnostics = true, |
