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 31, 2025
1 parent f31fb46 commit 32ba140
Showing 1 changed file with 3 additions and 3 deletions.
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 = "*",
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 32ba140

Please sign in to comment.