1
0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-11-23 20:37:50 +01:00
Commit Graph

20 Commits

Author SHA1 Message Date
Andrew Kwon
06fc912ac2 Update viml config example in README 2022-01-16 00:09:20 -08:00
Andrew Kwon
6a3828167c Add setup option to configure custom file assets
Resolve #11
2022-01-15 22:53:29 -08:00
Andrew Kwon
e0cab79047 Update README for unofficial Discord apps on Linux
Resolves #45
2021-11-14 15:55:56 -08:00
Andrew Kwon
11adcec0db Add support for custom text formatter options
Resolves #39
2021-10-18 22:14:31 -07:00
Andrew Kwon
e632306af1 Support plain strings in blacklist config 2021-08-10 19:51:57 -07:00
Andrew Kwon
993ec869c1
Update README demo 2021-08-09 23:25:18 -07:00
Andrew Kwon
7a908a44ee Add configurable Rich Presence buttons
* Show View Repository button by default if applicable
* Allow user to disable or configure buttons statically or dynamically
* Update README

Resolves #27
2021-08-09 23:20:52 -07:00
Andrew Kwon
77227a06ec Update README with blacklist config usage 2021-08-07 23:28:03 -07:00
Andrew Kwon
080d24394b Add WSL 1 support
* Update README & remove unnecessary relay script
* Remove awk usage with explicit output parsers
* Ensure Presence is canceled on leave event
* Use release information to determine WSL 1 use
* Support P2P state sharing in WSL with ss
    * Use ss if netstat is not available
    * Use jobstart instead of io.popen to get WSL nvim sockets
* Detect OS via uname
* Add support for WSL
2021-07-09 13:14:38 -07:00
McAuleyPenney
9c761d486b
Update README.md (#17)
add commas to Lua config example
2021-05-24 11:45:09 -07:00
vhyrro
9fd2a30127
Add the ability to show the current line number in presence (#16)
* fix: rewrite for latest commit
* fix: formatting
* fix: use BufEnter instead of BufRead for more stable presence updates
* fix: change vimscript variable from false to 0
Co-authored-by: Andrew Kwon <andrewshky@gmail.com>
* fix: revert back to TextChanged rather than InsertEnter, refactor bits of the codebase
* fix: formatting
* fix: luacheck error and compare options to numeric values rather than booleans
Co-authored-by: Andrew Kwon <andrewshky@gmail.com>
2021-05-22 12:46:41 -07:00
Andrew Kwon
70a3c23ae0 Generalize file tree option to file explorers 2021-05-19 23:23:15 -07:00
Andrew Kwon
d90ca22b3b Update config docs in README 2021-05-19 22:38:26 -07:00
Andrew Kwon
f0281ad02c Update README and luacheckrc 2021-05-13 19:57:38 -07:00
Andrew Kwon
154b8fc5a4 Skip Discord events if IPC socket is nil
- Update README
- Improve logs when canceling activity
2021-05-05 23:18:04 -07:00
Andrew Kwon
c061fdab11 Update README 2021-04-28 21:17:30 -07:00
Andrew Kwon
a9adc37a7a Add more file assets and fix README banner 2021-04-25 16:51:58 -07:00
Andrew Kwon
a325d154fc Support peer-to-peer workspace state management
- Add sync logic to manage multi-client runtime state
- Debounce and set activity on TextChanged events
- Update timestamp to be workspace-specific
- Set activity on an open nvim instance upon a VimLeave event
2021-03-18 19:10:04 -07:00
Andrew Kwon
9162582eb6 Use workspace text option when no project is detected 2021-03-08 19:03:25 -08:00
Andrew Kwon
0537801065 Add README 2021-03-01 09:34:30 -08:00