15 lines
666 B
Lua
Executable file
15 lines
666 B
Lua
Executable file
require("presence").setup({
|
|
auto_update = true,
|
|
neovim_image_text = "nvim", -- Text displayed when using Neovim
|
|
main_image = "neovim", -- Can be "neovim" or "file"
|
|
client_id = "793271441293967371", -- Default Neovim Client ID
|
|
enable_line_number = false, -- Show line numbers in status
|
|
editing_text = "Editing",
|
|
file_explorer_text = "Browsing files",
|
|
git_commit_text = "Committing changes",
|
|
plugin_manager_text = "Managing plugins",
|
|
reading_text = "Reading",
|
|
workspace_text = "Working on project", --%s
|
|
line_number_text = "Line %s/%s",
|
|
})
|
|
|