diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 7cca5541771ce99ff88279583906693007feb0e8 (patch) | |
| tree | 6c9cb0fb2f0f5fb2fe1e7faa473b4a8c6eafe1b0 /.config/nvim/lua/plugin/presence.lua | |
| parent | 61cfbe924b31349f5958cc7faa2d6debad5759d9 (diff) | |
Pasta
Diffstat (limited to '.config/nvim/lua/plugin/presence.lua')
| -rw-r--r-- | .config/nvim/lua/plugin/presence.lua | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/nvim/lua/plugin/presence.lua b/.config/nvim/lua/plugin/presence.lua deleted file mode 100644 index cd36909..0000000 --- a/.config/nvim/lua/plugin/presence.lua +++ /dev/null @@ -1,20 +0,0 @@ -require("presence").setup { - auto_update = true, - neovim_image_text = "Neovim", - 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", -} |
