chore(nvim): small presence.nvim tweak

This commit is contained in:
winston 2022-07-30 22:18:47 +02:00
parent c032ffd1a2
commit def57a68fc
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -101,6 +101,6 @@ require("presence"):setup({
end end
end, end,
git_commit_text = "Committing changes", git_commit_text = "Committing changes",
plugin_manager_text = "🤹 Plugins", plugin_manager_text = "🤹 Managing Plugins",
line_number_text = "L%s of %s", line_number_text = "L%s of %s",
}) })