aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/texlab.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim_lsp/texlab.lua')
-rw-r--r--lua/nvim_lsp/texlab.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/texlab.lua b/lua/nvim_lsp/texlab.lua
index 7580be3e..ab45d872 100644
--- a/lua/nvim_lsp/texlab.lua
+++ b/lua/nvim_lsp/texlab.lua
@@ -35,7 +35,7 @@ skeleton.texlab = {
default_config = {
cmd = {"texlab"};
filetypes = {"tex", "bib"};
- root_dir = util.once(vim.loop.cwd());
+ root_dir = vim.loop.os_homedir;
log_level = lsp.protocol.MessageType.Warning;
settings = {
latex = {