chore(formatting)
parent
deae7ab202
commit
71352aa7dc
|
|
@ -21,7 +21,7 @@ M.session_finder = function(sessions)
|
||||||
str = session.dir_path
|
str = session.dir_path
|
||||||
end
|
end
|
||||||
if session.file_path == vim.v.this_session then
|
if session.file_path == vim.v.this_session then
|
||||||
str = "* " ..str
|
str = "* " .. str
|
||||||
end
|
end
|
||||||
return displayer({ str })
|
return displayer({ str })
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue