Folke Lemaitre
|
616341372d
|
fix(manage): trigger LazySyncPre. Fixes #881
|
2023-06-18 22:38:05 +02:00 |
Folke Lemaitre
|
0bca18de5d
|
feat: added `Pre` events. Fixes #856. Fixes #877
|
2023-06-17 08:37:33 +02:00 |
Folke Lemaitre
|
0c980312fd
|
fix(commands): sync with plugins list should not delete those plugins. Fixes #475
|
2023-02-01 08:06:48 +01:00 |
Folke Lemaitre
|
4008b57d88
|
fix(checker): make sure we show logs when only doing a fast check
|
2023-01-22 14:30:12 +01:00 |
Folke Lemaitre
|
b73312aa32
|
fix: use `vim.api.nvim_exec_autocmds` instead of `vim.cmd[[do]]` to prevent weird `vim.notify` behavior
|
2023-01-13 09:01:24 +01:00 |
Folke Lemaitre
|
615781aebf
|
feat(git): lazy now detects origin changes and will fix it on update. Fixes #346. Fixes #331
|
2023-01-08 08:32:03 +01:00 |
Folke Lemaitre
|
23c0587791
|
feat(commands): added build command to force rebuild of a plugin
|
2023-01-01 09:41:43 +01:00 |
Folke Lemaitre
|
34e2c78e06
|
feat(ui): show new version that is available instead of general message
|
2022-12-31 16:08:09 +01:00 |
Folke Lemaitre
|
81ee02b8f6
|
feat(startup): missing plugins will now install the versions in the lockfile if available. Fixes #138
|
2022-12-30 09:17:53 +01:00 |
Folke Lemaitre
|
a36d506393
|
feat(manage): added user events when operations finish. Fixes #135
|
2022-12-24 11:55:42 +01:00 |
Folke Lemaitre
|
fc182f7c5d
|
fix(manage): only clear plugins for the op instead of all
|
2022-12-24 11:30:16 +01:00 |
Folke Lemaitre
|
74d8b8e4e1
|
fix: plugin list can be string[]. Fixes #145
|
2022-12-24 11:30:16 +01:00 |
Folke Lemaitre
|
8251c23c90
|
fix(checker): dont report updates on install during startup
|
2022-12-23 07:48:45 +01:00 |
Folke Lemaitre
|
b5d6afc4fa
|
fix(manage): do not reload pugins on clear
|
2022-12-22 21:58:19 +01:00 |
EdenEast
|
dd9648f8ec
|
fix(clean): update lockfile on clean (#88)
|
2022-12-22 08:09:28 +01:00 |
Folke Lemaitre
|
4cf176bdab
|
fix(install): update lockfile also on install
|
2022-12-21 23:18:35 +01:00 |
Folke Lemaitre
|
bc617474a0
|
feat!: lazy api commands now take an opts table instead of a list of plugins
|
2022-12-21 22:27:36 +01:00 |
Folke Lemaitre
|
70ca110ca1
|
feat: README.md files are now automagically added to help. By default only when no doc/ exists
|
2022-12-15 14:08:09 +01:00 |
Folke Lemaitre
|
2a7466abad
|
feat(checker): only report an update once and do a fast update check after each manage operation
|
2022-12-13 10:10:17 +01:00 |
Folke Lemaitre
|
4cfe0b5315
|
refactor: `Plugin.uri` => `Plugin.url`
|
2022-12-13 10:10:17 +01:00 |
Folke Lemaitre
|
71e4b92fd6
|
feat(api): return runner from manage operations
|
2022-12-05 20:36:49 +01:00 |
Folke Lemaitre
|
37c7366ab0
|
feat: symlinking local plugins is no longer needed
|
2022-12-03 15:31:21 +01:00 |
Folke Lemaitre
|
7b272b6ed6
|
feat: automatically detect config module changes in or oustside Neovim and reload
|
2022-12-03 00:12:49 +01:00 |
Folke Lemaitre
|
042aaa4f87
|
feat!: renamed Plugin.run => Plugin.build
|
2022-12-01 07:43:34 +01:00 |
Folke Lemaitre
|
b2339ade84
|
feat: config option for runner concurrency
|
2022-11-30 23:15:26 +01:00 |
Folke Lemaitre
|
47f5c124aa
|
config: removed interactive option. not needed
|
2022-11-30 23:15:26 +01:00 |
Folke Lemaitre
|
0369278159
|
fix: update state after running operation so the ui reflects any changes from cleaning
|
2022-11-30 23:15:26 +01:00 |
Folke Lemaitre
|
4438faf9a9
|
perf: removed partial spec caching. not worth the tiny performance boost
|
2022-11-30 00:19:08 +01:00 |
Folke Lemaitre
|
908b9adf9c
|
feat: dependencies are opt=true by default if they only appear as a dep
|
2022-11-29 19:51:53 +01:00 |
Folke Lemaitre
|
08b7e42fb0
|
feat: added keybindings to update/install/clean/restore/... single plugins
|
2022-11-29 10:56:17 +01:00 |
Folke Lemaitre
|
0db98bf053
|
feat(view): modes and help
|
2022-11-29 10:30:14 +01:00 |
Folke Lemaitre
|
63cf2a52bd
|
feat: added "Lazy check" to check for updates without updating
|
2022-11-29 08:23:23 +01:00 |
Folke Lemaitre
|
5d84967e9c
|
fix: show view with schedule to prevent Neovim crash when no plugins are installed
|
2022-11-29 07:56:29 +01:00 |
Folke Lemaitre
|
4384d0e6d9
|
feat: added lockfile support
|
2022-11-29 00:15:13 +01:00 |
Folke Lemaitre
|
fb84c081b0
|
feat: lots of improvements to pipeline runner and converted all tasks to new system
|
2022-11-28 22:03:44 +01:00 |
Folke Lemaitre
|
3768256956
|
refactor: pipelines now always run sequential
|
2022-11-28 13:10:59 +01:00 |
Folke Lemaitre
|
28af1e1ac3
|
refactor: moved all plugin state to Plugin._
|
2022-11-28 11:19:50 +01:00 |
Folke Lemaitre
|
ab1b512545
|
feat: new task pipeline runner
|
2022-11-28 11:04:32 +01:00 |
Folke Lemaitre
|
6dc45ada55
|
refactor: moved manage functionality to its own module
|
2022-11-27 11:02:28 +01:00 |