aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/lean3ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/server_configurations/lean3ls.lua')
-rw-r--r--lua/lspconfig/server_configurations/lean3ls.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/lean3ls.lua b/lua/lspconfig/server_configurations/lean3ls.lua
index 64091972..b35a6932 100644
--- a/lua/lspconfig/server_configurations/lean3ls.lua
+++ b/lua/lspconfig/server_configurations/lean3ls.lua
@@ -48,7 +48,7 @@ that plugin fully handles the setup of the Lean language server,
and you shouldn't set up `lean3ls` both with it and `lspconfig`.
]],
default_config = {
- root_dir = [[root_pattern("leanpkg.toml") or root_pattern(".git") or path.dirname]],
+ root_dir = [[root_pattern("leanpkg.toml") or root_pattern(".git")]],
},
},
}