aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/server.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/server.lua')
-rw-r--r--lua/nvim-lsp-installer/server.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/server.lua b/lua/nvim-lsp-installer/server.lua
index 67965e9b..79d66d23 100644
--- a/lua/nvim-lsp-installer/server.lua
+++ b/lua/nvim-lsp-installer/server.lua
@@ -132,6 +132,10 @@ function M.Server:setup(opts)
)
end
+function M.Server:get_default_options()
+ return vim.deepcopy(self._default_options)
+end
+
function M.Server:is_installed()
return fs.dir_exists(self._root_dir)
end