diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/julials.lua | 3 | ||||
| -rw-r--r-- | lua/lspconfig/util.lua | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/lua/lspconfig/julials.lua b/lua/lspconfig/julials.lua index 98ca2931..e2aa5d4f 100644 --- a/lua/lspconfig/julials.lua +++ b/lua/lspconfig/julials.lua @@ -44,9 +44,6 @@ local cmd = { configs.julials = { default_config = { cmd = cmd, - on_new_config = function(new_config, root_dir) - new_config.cmd_cwd = root_dir - end, filetypes = { 'julia' }, root_dir = function(fname) return util.root_pattern 'Project.toml'(fname) or util.find_git_ancestor(fname) diff --git a/lua/lspconfig/util.lua b/lua/lspconfig/util.lua index aaba4db2..72035748 100644 --- a/lua/lspconfig/util.lua +++ b/ |
