Skip to content

Commit

Permalink
feat(cord-nvim)!: update to v2 (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor authored Feb 1, 2025
1 parent f31fb46 commit a507700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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>
6 changes: 3 additions & 3 deletions lua/astrocommunity/media/cord-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
return {
"vyfor/cord.nvim",
version = "^1",
build = vim.fn.has "win32" == 0 and "./build" or ".\\build",
version = "^2",
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 a507700

Please sign in to comment.