aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/perlls.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lspconfig/perlls.lua b/lua/lspconfig/perlls.lua
index 98994273..ebb5f6b3 100644
--- a/lua/lspconfig/perlls.lua
+++ b/lua/lspconfig/perlls.lua
@@ -17,7 +17,6 @@ configs.perlls = {
};
filetypes = {"perl"};
root_dir = function(fname)
- --return util.root_pattern(".git")(fname) or vim.loop.os_homedir()
return util.root_pattern(".git")(fname) or vim.fn.getcwd()
end;
};