Skip to content

Commit

Permalink
feat(cord-nvim)!: update to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Jan 17, 2025
1 parent 532a545 commit dbf96ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lua/astrocommunity/media/cord-nvim/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cord.nvim

🚀 Discord Rich Presence plugin for Neovim written in Rust
🚀 Discord Rich Presence for Neovim

**Repository:** <https://github.com/vyfor/cord.nvim>
4 changes: 2 additions & 2 deletions lua/astrocommunity/media/cord-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
return {
"vyfor/cord.nvim",
build = vim.fn.has "win32" == 0 and "./build" or ".\\build",
build = ":Cord update",
event = "VeryLazy",
opts = {
editor = {
client = "astronvim",
tooltip = "An aesthetically pleasing and feature-rich Neovim configuration",
},
buttons = {
{ label = "View Repository", url = "git" },
{ label = "View Repository", url = function(opts) return opts.repo_url end },
{ label = "View AstroNvim", url = "https://astronvim.com" },
},
},
Expand Down

0 comments on commit dbf96ae

Please sign in to comment.