From 864f5c9d139828abbd646575f47fb4bff6b3d519 Mon Sep 17 00:00:00 2001 From: venus Date: Tue, 23 Dec 2025 22:39:41 -0600 Subject: [PATCH] added more plugins from kickstart --- lua/plugins/obsidian.lua | 5 ----- lua/plugins/presence.lua | 23 +++++++++++++++++++++ lua/plugins/simple.lua | 43 ++++++++++++++++++++++++++-------------- plugins.lua | 1 + 4 files changed, 52 insertions(+), 20 deletions(-) delete mode 100644 lua/plugins/obsidian.lua create mode 100644 lua/plugins/presence.lua create mode 120000 plugins.lua diff --git a/lua/plugins/obsidian.lua b/lua/plugins/obsidian.lua deleted file mode 100644 index e97095c..0000000 --- a/lua/plugins/obsidian.lua +++ /dev/null @@ -1,5 +0,0 @@ -return { - { - 'obsidian-nvim/obsidian.nvim', - }, -} diff --git a/lua/plugins/presence.lua b/lua/plugins/presence.lua new file mode 100644 index 0000000..f81b5fc --- /dev/null +++ b/lua/plugins/presence.lua @@ -0,0 +1,23 @@ +return { + 'andweeb/presence.nvim', + auto_update = true, -- Update activity based on autocmd events (if `false`, map or manually execute `:lua package.loaded.presence:update()`) + neovim_image_text = 'The One True Text Editor', -- Text displayed when hovered over the Neovim image + main_image = 'neovim', -- Main image display (either "neovim" or "file") + -- client_id = "793271441293967371", -- Use your own Discord application client id (not recommended) + log_level = nil, -- Log messages at or above this level (one of the following: "debug", "info", "warn", "error") + debounce_timeout = 10, -- Number of seconds to debounce events (or calls to `:lua package.loaded.presence:update(, true)`) + enable_line_number = false, -- Displays the current line number instead of the current project + blacklist = {}, -- A list of strings or Lua patterns that disable Rich Presence if the current file name, path, or workspace matches + buttons = true, -- Configure Rich Presence button(s), either a boolean to enable/disable, a static table (`{{ label = "