diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-30 18:57:20 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-30 18:57:20 -0400 |
| commit | ed3969bd55524c11e5f48fb7147e46310117ef02 (patch) | |
| tree | 8769177253c33925138b2cb29d3dd9931c45420b /pkgs/custom-neovim/config/lua/plugins/presence.lua | |
| parent | a6e2d28ba490818357dc5d9063f2afc5c7cda997 (diff) | |
neovim: bunch of stuff
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/presence.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/presence.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/presence.lua b/pkgs/custom-neovim/config/lua/plugins/presence.lua new file mode 100644 index 0000000..2ffb9b4 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/presence.lua @@ -0,0 +1,9 @@ +return { + "presence.nvim", + lazy = false, + after = function () + require('presence').setup({ + neovim_image_text = "Neovim Text Editor", + }) + end +} |
