chore(formatting)

main
olimorris 2023-11-06 12:16:35 +00:00
parent deae7ab202
commit 71352aa7dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ M.session_finder = function(sessions)
str = session.dir_path
end
if session.file_path == vim.v.this_session then
str = "* " ..str
str = "* " .. str
end
return displayer({ str })
end