diff options
Diffstat (limited to 'lua/lspconfig/leanls.lua')
| -rw-r--r-- | lua/lspconfig/leanls.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/lspconfig/leanls.lua b/lua/lspconfig/leanls.lua index 0204c785..7592e575 100644 --- a/lua/lspconfig/leanls.lua +++ b/lua/lspconfig/leanls.lua @@ -20,11 +20,6 @@ configs.leanls = { or util.find_git_ancestor(fname) end, single_file_support = true, - on_new_config = function(config, root) - if not config.cmd_cwd then - config.cmd_cwd = root - end - end, }, docs = { description = [[ |
