chore: active session mark in telescope
parent
0cdbc8a3fe
commit
c384aa6706
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue