diff options
Diffstat (limited to 'lua/nvim-lsp-installer/path.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/path.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/path.lua b/lua/nvim-lsp-installer/path.lua index 41961ffd..ed906954 100644 --- a/lua/nvim-lsp-installer/path.lua +++ b/lua/nvim-lsp-installer/path.lua @@ -21,6 +21,8 @@ function M.cwd() return uv.fs_realpath "." end +---@param path_components string[] +---@return string function M.concat(path_components) return table.concat(path_components, sep) end |
