From ae7523c0c3cf8a04d35a7a448554e7b8d3a074f8 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: Goodest nvim conf --- .config/nvim/lua/plugin/presence.lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/nvim/lua/plugin/presence.lua (limited to '.config/nvim/lua/plugin/presence.lua') diff --git a/.config/nvim/lua/plugin/presence.lua b/.config/nvim/lua/plugin/presence.lua new file mode 100644 index 0000000..46369be --- /dev/null +++ b/.config/nvim/lua/plugin/presence.lua @@ -0,0 +1,20 @@ +require("presence").setup{ + auto_update = true, + neovim_image_text = "The One True Text Editor", + main_image = "neovim", + log_level = nil, + debounce_timeout = 10, + enable_line_number = false, + blacklist = {}, + buttons = true, + file_assets = {}, + show_time = true, + + editing_text = "Editing %s", + file_explorer_text = "Browsing %s", + git_commit_text = "Committing changes", + plugin_manager_text = "Managing plugins", + reading_text = "Reading %s", + workspace_text = "Working on %s", + line_number_text = "Line %s out of %s", +} -- cgit v1.3-2-g0d8e