chore: active session mark in telescope

main
olimorris 2023-06-12 09:04:37 +01:00
parent 0cdbc8a3fe
commit c384aa6706
1 changed files with 1 additions and 1 deletions

View File

@ -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