diff options
| author | Phúc H. Lê Khắc <phuc@lkhphuc.com> | 2023-09-11 15:12:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-11 06:12:01 -0700 |
| commit | 2add26d149695ac8349b8ecbea0797b0ca4838c5 (patch) | |
| tree | d97bfa27162d8b3b7a3ac46045b9b0f09eacb92d /lua/lspconfig | |
| parent | feat(php): look for phpactor files #2774 (diff) | |
| download | nvim-lspconfig-2add26d149695ac8349b8ecbea0797b0ca4838c5.tar nvim-lspconfig-2add26d149695ac8349b8ecbea0797b0ca4838c5.tar.gz nvim-lspconfig-2add26d149695ac8349b8ecbea0797b0ca4838c5.tar.bz2 nvim-lspconfig-2add26d149695ac8349b8ecbea0797b0ca4838c5.tar.lz nvim-lspconfig-2add26d149695ac8349b8ecbea0797b0ca4838c5.tar.xz nvim-lspconfig-2add26d149695ac8349b8ecbea0797b0ca4838c5.tar.zst nvim-lspconfig-2add26d149695ac8349b8ecbea0797b0ca4838c5.zip | |
fix(jedi): .git/ can decide root dir #2780
Diffstat (limited to 'lua/lspconfig')
| -rw-r--r-- | lua/lspconfig/server_configurations/jedi_language_server.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lspconfig/server_configurations/jedi_language_server.lua b/lua/lspconfig/server_configurations/jedi_language_server.lua index 30cf8f50..c95c9602 100644 --- a/lua/lspconfig/server_configurations/jedi_language_server.lua +++ b/lua/lspconfig/server_configurations/jedi_language_server.lua @@ -6,6 +6,7 @@ local root_files = { 'setup.cfg', 'requirements.txt', 'Pipfile', + '.git', } return { |
