diff --git a/lua/presence/init.lua b/lua/presence/init.lua index a27459a..f270433 100644 --- a/lua/presence/init.lua +++ b/lua/presence/init.lua @@ -439,7 +439,7 @@ function Presence:get_project_name(file_path) return nil end -- if filepath has oil:// remove it - if file_path:find("oil://") then + if file_path:find("^oil://") then file_path = file_path:gsub("oil://", "") end -- Escape quotes in the file path