Skip to content

Commit

Permalink
feat(media): add cord.nvim (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 19, 2024
1 parent ca3dafc commit c211cc5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/media/cord-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# cord.nvim

🚀 Discord Rich Presence plugin for Neovim written in Rust

**Repository:** <https://github.com/vyfor/cord.nvim>
15 changes: 15 additions & 0 deletions lua/astrocommunity/media/cord-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
return {
"vyfor/cord.nvim",
build = "./build",
event = "VeryLazy",
opts = {
editor = {
client = "astronvim",
tooltip = "An aesthetically pleasing and feature-rich Neovim configuration",
},
buttons = {
{ label = "View Repository", url = "git" },
{ label = "View AstroNvim", url = "https://astronvim.com" },
},
},
}

0 comments on commit c211cc5

Please sign in to comment.