Toni Müller and GitHub
b23f238128
feat: GH-45 Add events when enabling/disabling the plugin ( #46 )
2024-02-27 09:27:10 +02:00
github-actions[bot]
e98cafef75
chore(doc): auto-generate vimdoc
2023-11-08 08:30:42 +00:00
Toni Müller and GitHub
723168365b
feat: GH-40 Add pattern to trigger_events ( #42 )
2023-11-08 09:30:21 +01:00
github-actions[bot]
610e72307d
chore(doc): auto-generate vimdoc
2023-07-27 14:30:46 +00:00
okuuva and GitHub
83c96b11ed
chore(doc): switch Events / Callbacks emoji ( #35 )
...
Demojify used by panvimdoc to strip emojis is outdated, it doesn't include any codepoints since Unicode 12. So Hook emoji ended up in the vimdoc since it was included in Unicode 13. Switching to an older emoji is good enough a workaround for now.
Also bumped panvimdoc version.
2023-07-27 17:30:17 +03:00
github-actions[bot]
895bde43d2
chore(doc): auto-generate vimdoc
2023-07-21 06:34:38 +00:00
kang and GitHub
6ac670196a
fix(readme): add missing end-of-line comma in Lazy.nvim installation configuration ( #34 )
2023-07-21 09:34:13 +03:00
Toni Müller and GitHub
48f69fb61d
fix: Empty trigger_events crash the plugin ( #33 )
2023-07-21 08:33:55 +02:00
github-actions[bot]
473aea9d6f
chore(doc): auto-generate vimdoc
2023-07-21 06:33:16 +00:00
Toni Müller and GitHub
db206fda28
fix: [ #30 ] Don't turn autosave on before reading user config ( #32 )
2023-07-21 08:32:46 +02:00
Toni Müller and GitHub
c7427f4d78
feat: [ #15 ] Implement config option for noautocmd ( #31 )
2023-07-21 08:32:24 +02:00
github-actions[bot]
2af4f275d7
chore(doc): auto-generate vimdoc
2023-07-05 06:08:01 +00:00
Toni Müller and GitHub
cb3b5f57ae
fix: dim would not get applied when lazy loading plugin ( #27 )
2023-07-05 08:07:30 +02:00
github-actions[bot]
915c46b0f5
chore(doc): auto-generate vimdoc
2023-07-04 05:13:38 +00:00
Toni Müller and GitHub
a9d9bce391
fix: disabling autosave wouldn't work ( #28 )
2023-07-04 08:13:07 +03:00
github-actions[bot]
d97f914e94
chore(doc): auto-generate vimdoc
2023-07-03 14:30:31 +00:00
Toni Müller and GitHub
f134f34512
feat!: Replace callbacks with autocommand events ( #25 )
2023-07-03 17:29:54 +03:00
github-actions[bot]
19bd29c150
chore(doc): auto-generate vimdoc
2023-04-30 13:43:55 +00:00
okuuva and GitHub
04fc40162c
ci: fix panvimdoc version pinning ( #24 )
2023-04-30 16:31:20 +03:00
okuuva and GitHub
5e961d1e0d
ci: add vimdoc auto-generation workflow ( #23 )
...
vimdoc should update on every commit to `main`. This way the "Last change" info in vimdoc actually shows when the code was last changed even if the source file for help didn't change.
Other notable changes:
- Made README.md panvimdoc compatible
- Got rid of `<details>` and `<summary>` tags in installation instructions
- Made title, description and badges markdown only features (not included in vimdoc)
- Tweaked README.md appearance
- Raised all heading levels by one
- Updated description
- Added license badge
- Removed customisations from badges
- Left style as For the Badge though
- Added initial vimdoc, locally generated with panvimdoc
Closes #10 .
2023-04-30 16:25:05 +03:00
okuuva and GitHub
4101eedc7e
ci: fix stylua workflow ( #22 )
...
Workflow was broken for everybody except me since pull_request trigger
only works properly if every contributor has write access to the repo.
With fork based workflow prevalent in Github the trigger to use is
pull_request_target where the config and access token comes from main
branch instead of the PR itself.
Other notable changes:
- Only run checks if lua files change
- Run even if PR targets some branch other than main
2023-04-30 11:25:13 +03:00
okuuva and GitHub
0c2c857de7
ci: add pr lint workflow ( #21 )
...
Closes #19 .
2023-04-30 11:18:08 +03:00
okuuva and GitHub
c6acc92785
ci: add stylua GitHub action ( #20 )
...
Closes #7 .
2023-04-29 16:23:11 +03:00
Toni Müller and GitHub
42d1342b9e
feature: Add logger for debugging ( #18 )
2023-04-25 11:33:25 +03:00
Toni Müller and GitHub
55e8731d53
refactor!: Assert condition before setting timers ( #16 )
...
This solves #12
See #16 for more details.
2023-04-17 21:45:44 +03:00
okuuva and GitHub
1fe7f6243f
docs: add note about conventional commits to readme ( #14 )
2023-03-28 10:24:02 +03:00
Toni Müller and GitHub
a5e39553c5
feat: add defer_save, cancel_save, immediate_save trigger options ( #11 )
...
Fixes #8
2023-03-28 10:11:00 +03:00
Oula Kuuva and okuuva
343bbfa98a
style: autoformat all the things
...
Namely: applied stylua to the whole repo and ran marksman on README.md.
2023-03-21 08:57:03 +02:00
Oula Kuuva and okuuva
14bc188b5e
style: update stylua.toml and .editorconfig
...
Made stylua.toml use two spaces as indentation since that seems to be
the most common convention in lua. Rest of the settings are kept in
Stylua defaults but made explicit.
Also updated .editorconfig to match config in stylua.toml.
2023-03-21 08:57:03 +02:00
Oula Kuuva and okuuva
57cdc6f0d1
docs: add installation instructions for lazy.nvim
2023-03-20 21:34:35 +02:00
Oula Kuuva and okuuva
b4772196c1
docs: add contributing section to readme
2023-03-20 21:34:35 +02:00
Oula Kuuva and okuuva
e09d121ff2
docs: point links to this repo
...
Also added acknowledgement to Pocco81's work on the original plugin.
2023-03-20 21:34:35 +02:00
Oula Kuuva and okuuva
ecde274050
docs: drop breaking change notification
...
Ancient news, doesn't affect this repo.
2023-03-20 21:34:35 +02:00
Oula Kuuva
9d1c250bd2
fix: callbacks
...
Manually picked from https://github.com/Pocco81/auto-save.nvim/pull/67/ ,
namely 6203ae6d23625b93e563b8893cefb99e55ecb06f.
2023-02-12 18:31:27 +02:00
Oula Kuuva
376dd62508
refactor: define echo_execution_message before using
2023-02-12 18:27:36 +02:00
Oula Kuuva
7fbfd81eea
style: apply stylua
2023-02-12 18:19:13 +02:00
Jakub Łuczyński and Oula Kuuva
4db41a2155
feat: allow to disable execution_message
...
Squashed changes from https://github.com/Pocco81/auto-save.nvim/pull/50
Got too hairy for a GH noob like me to fix properly.
2023-02-12 18:18:09 +02:00
nmet and okuuva
492bab0c47
Fix debounce_delay option not being read
...
When this file is loaded, `cnf` has default options
2023-02-12 18:00:58 +02:00
Oula Kuuva and okuuva
fc7c13d755
style: add and apply stylua config
...
Made it compatible with the .editorconfig already present and didn't
introduce any bells and whistles beyond that. Fixed the typo in
.editorconfig indent_style while I was at it.
2023-02-12 17:39:05 +02:00
Pocco81 and GitHub
979b6c82f6
Merge pull request #47 from nvim-zh/new
...
fix #46 and format
2022-11-01 14:12:23 -05:00
XXiaoA
38ff59e8af
refactor: remove verbose code
2022-08-21 22:15:01 +08:00
XXiaoA
419ff6047d
fix #46 and format
2022-08-12 12:19:15 +08:00
Pocco81
2c7a294334
fix : #34
2022-08-06 17:16:01 -05:00
Pocco81
fd65d8c924
docs: updated default conf
2022-08-06 17:16:01 -05:00
Pocco81
1d2c03cbd0
fix: use object as config handler
2022-08-06 17:16:01 -05:00
Pocco81
d37a766858
fix : #34 - match against any pattern more than once if VimEnter and ColorScheme)
2022-08-06 17:16:01 -05:00
Pocco81
6cbadbd385
fix : #34 (needs testing)
2022-08-06 17:16:01 -05:00
Pocco81 and GitHub
6c26967070
Merge pull request #36 from charludo/main
...
docs: disclaimer about name change to README
2022-08-03 07:25:20 -05:00
charludo and GitHub
69a0ebb850
Update README.md
2022-08-02 11:21:10 +02:00
charludo and GitHub
b9fac4628d
Update README.md
2022-08-02 11:20:49 +02:00