ab97802975
feat(README): Add badges ( #56 )
...
Luacheck / Luacheck (push) Successful in 9m39s
StyLua / StyLua (push) Successful in 20m31s
* fix(README): Move description, remove `>`
The `>` broke Gitea's Markdown render engine for whatever reason
* feat(README): Add badges
* fix(README): Remove obsolete link
2024-04-20 01:56:37 +02:00
6fcb4e578e
fix(docs): Update README to use my wiki, use Markdown Allerts ( #54 )
Luacheck / Luacheck (push) Successful in 9m38s
StyLua / StyLua (push) Successful in 20m25s
2024-04-19 23:52:15 +02:00
97985a95e4
feat(docs): Add contributin guidelines ( #51 )
...
Luacheck / Luacheck (push) Successful in 12s
StyLua / StyLua (push) Failing after 12s
* feat(docs): Add basic CONTIBUTING.md
* fix(docs): Use better wording
* feat(docs): Add Issue guidelines and ToC
* fix(ci/cd): Rename StyLuacheck to be in line with CONTRIBUTING.md
* fix(docs): Luacheck was LuaCheck
* fix(docs): Streamline the documents
* fix(docs): Formatting issues
* fix(docs): Formating issues, duplicate header
* fix(docs): Formating
2024-04-18 18:52:51 +02:00
442e322537
feat(docs): Update README to have the new location of assets ( #45 )
...
[69] Make workflow compatible with medium act images
https://openproject.stefka.eu/work_packages/69
2024-04-17 17:34:38 +02:00
fee2f8d2bd
fix(docs): Remove issues reported by Markdownlint ( #37 )
...
* fix(docs): Remove inline HTML elements
* fix(docs): Lines longer than 80 characters
* fix(docs): Lines over 80 chars
* fix: docs
* fix(docs): readability
* fix(docs): MD043 - Required heading structure
* Revert "fix(docs): MD043 - Required heading structure"
This reverts commit fa2179bc85d94354026191a31cb11a52bee4cfd7.
2024-02-28 18:37:44 +01:00
9ddeff558b
fix: move to a new application id ( #23 )
...
to prevent potential issues with the original project
2023-11-09 15:59:42 +01:00
fb129b1de7
feat(ci/cd): add stylua action ( #12 )
...
* feat(ci/cd): add stylua action
* docs: Add StyLua disclaimer to README
* fix(ci/cd-stylua): Secret started with GITHUB_
* fix(ci/cd-stylua): Missing name, on, jobs
2023-09-29 01:57:42 +02:00
56026a476f
docs: Add conventional Commits, clarify discord username
2023-09-28 22:34:52 +02:00
bd122273b1
docs(README): Update README for my repo and fix formatting
2023-09-28 22:19:36 +02:00
ff8442c168
fix(README): delete obsolete link to fix Flatpak
2023-09-25 21:17:30 +02:00
Andrew Kwon
87c857a56b
Support configs that call setup using dot syntax
...
Resolves (#90 )
2023-01-29 01:21:17 -08:00
William
03e09d3f9b
Add ability to disable the timer ( #75 )
2022-09-09 16:04:11 -07:00
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