Update git output section
This commit is contained in:
@@ -37,13 +37,14 @@ function WriteWorkspace()
|
||||
end
|
||||
|
||||
-- Write the workspace file
|
||||
w("return "); wv(Lemon.workspace); nl()
|
||||
w("return "); wv(Lemon.ws); nl()
|
||||
vim.fn.writefile(s.ls, Lemon.ws_file)
|
||||
end
|
||||
|
||||
-- Loads the workspace from the file, or return the default
|
||||
---@param default table
|
||||
---@return table
|
||||
|
||||
function InitWorkspace(default)
|
||||
Lemon.ws = LoadWorkspace()
|
||||
if Lemon.ws == nil then
|
||||
|
||||
Reference in New Issue
Block a user