aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/settings.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/settings.lua')
-rw-r--r--lua/nvim-lsp-installer/settings.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/settings.lua b/lua/nvim-lsp-installer/settings.lua
index ad875b72..87499354 100644
--- a/lua/nvim-lsp-installer/settings.lua
+++ b/lua/nvim-lsp-installer/settings.lua
@@ -59,4 +59,8 @@ function M.set(opts)
M.current = vim.tbl_deep_extend("force", M.current, opts)
end
+-- Whether the new .setup() function has been called.
+-- This will temporarily be used as a flag to toggle certain behavior.
+M.uses_new_setup = false
+
return M