Skip to content

Commit

Permalink
feat(media): add neocord.nvim (#1049)
Browse files Browse the repository at this point in the history
* feat(media):  add `neocord.vim`

* feat(media): add `neocord.vim`

* fix(media): adjusted init.lua `neocord.nvim` formatting

* Update lua/astrocommunity/media/neocord-nvim/README.md

* Update lua/astrocommunity/media/neocord-nvim/init.lua

* Apply suggestions from code review

* chore(neocord-nvim): Format code

---------

Co-authored-by: Uzair Aftab <[email protected]>
  • Loading branch information
itz-Amethyst and Uzaaft authored Jun 19, 2024
1 parent c127e71 commit 11217da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/media/neocord-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# neocord.nvim

Discord Rich Presence for Neovim (Fork of presence.nvim)

**Repository:** <https://github.com/IogaMaster/neocord>
1 change: 1 addition & 0 deletions lua/astrocommunity/media/neocord-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { "logaMaster/neocord", event = "VeryLazy", opts = { client_id = "1009122352916857003" } }

0 comments on commit 11217da

Please sign in to comment.