plugins/presence-nvim: init plugin (#285)

* presence-nvim: init plugin

Discord Rich Presence for Neovim

* Apply suggestions from code review

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>

* presence-nvim: fixes syntax error

* presence-nvim: updates some options to accept raw types

the options which were able to accept lua functions are now able to be assigned raw values

---------

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
Shayan Rashid 2023-03-24 08:20:10 -04:00 committed by GitHub
parent 5ae654b74d
commit 6d4c15385d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 224 additions and 0 deletions

View file

@ -78,6 +78,7 @@
./utils/nvim-tree.nix
./utils/nvim-osc52.nix
./utils/project-nvim.nix
./utils/presence-nvim.nix
./utils/specs.nix
./utils/startify.nix
./utils/surround.nix