Skip to content

Commit

Permalink
Merge branch 'client-server' of https://github.com/vyfor/cord.nvim in…
Browse files Browse the repository at this point in the history
…to client-server
  • Loading branch information
vyfor committed Jan 11, 2025
2 parents a715e1d + 9c7205a commit 8bcfa1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["discord-rpc", "discord", "rich-presence", "neovim", "plugin"]
license = "Apache-2.0"
name = "cord-nvim"
repository = "https://github.com/vyfor/cord.nvim"
version = "2.0.0-beta.10"
version = "2.0.0-beta.11"
rust-version = "1.85"

[[bin]]
Expand Down
1 change: 1 addition & 0 deletions lua/cord/plugin/activity/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ M.filetype_mappings = {
dashboard = { 'dashboard', M.default_icons.dashboard, 'Dashboard' },
dashboardpreview = { 'dashboard', M.default_icons.dashboard, 'Dashboard' },
ministarter = { 'dashboard', M.default_icons.dashboard, 'mini.starter' },
nvdash = { 'dashboard', M.default_icons.dashboard, 'NvDash' },
snacks_dashboard = { 'dashboard', M.default_icons.dashboard, 'Snacks Dashboard' },
startify = { 'dashboard', M.default_icons.dashboard, 'Startify' },
}
Expand Down

0 comments on commit 8bcfa1a

Please sign in to comment.