diff options
| author | Julian Berman <Julian@GrayVines.com> | 2021-11-23 10:33:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-23 13:33:47 -0500 |
| commit | af68b0994fbd69cba7c825a2f2b6502f35a88660 (patch) | |
| tree | 92141da5cd6ef9667168be21172b6e6c0afea980 /lua/lspconfig/leanls.lua | |
| parent | docs: fix typo in installation command for ocamlls (#1475) (diff) | |
| download | nvim-lspconfig-af68b0994fbd69cba7c825a2f2b6502f35a88660.tar nvim-lspconfig-af68b0994fbd69cba7c825a2f2b6502f35a88660.tar.gz nvim-lspconfig-af68b0994fbd69cba7c825a2f2b6502f35a88660.tar.bz2 nvim-lspconfig-af68b0994fbd69cba7c825a2f2b6502f35a88660.tar.lz nvim-lspconfig-af68b0994fbd69cba7c825a2f2b6502f35a88660.tar.xz nvim-lspconfig-af68b0994fbd69cba7c825a2f2b6502f35a88660.tar.zst nvim-lspconfig-af68b0994fbd69cba7c825a2f2b6502f35a88660.zip | |
fix(leanls): make opening nonexisting directories work (#1474)
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 = [[ |
