Folke Lemaitre
|
c85f929bd9
|
fix(install): dont try re-installing failed missing plugins during startup. Fixes #303
|
2023-01-03 22:50:14 +01:00 |
Folke Lemaitre
|
f36c7cb0dc
|
feat(version): allow version=false to override default version
|
2023-01-03 21:19:20 +01:00 |
Folke Lemaitre
|
dc9c92a9b3
|
fix(git): properly compare git commits with short refs
|
2023-01-03 09:36:43 +01:00 |
Folke Lemaitre
|
277a2ab10b
|
fix(git): better errors when a branch/tag/version could not be found. Fixes #276
|
2023-01-02 19:01:02 +01:00 |
Folke Lemaitre
|
919b7f5de3
|
feat(spec): added `import` to import other plugin modules
|
2023-01-02 09:44:28 +01:00 |
Folke Lemaitre
|
39b66027a5
|
feat(spec): added support for importing multiple spec modules with `import = "foobar"`
|
2023-01-01 21:07:05 +01:00 |
Folke Lemaitre
|
51c23b661e
|
fix(spec): allow a spec module to be on the rtp and not only in config
|
2023-01-01 20:31:34 +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
|
a9de5910f2
|
fix(fetch): always fetch latest origin tags. Fixes #264
|
2022-12-31 16:08:09 +01:00 |
Folke Lemaitre
|
d6b5d6e756
|
feat(ui): press `<c-c>` to abort any running tasks. Fixes #258
|
2022-12-31 10:38:03 +01:00 |
Folke Lemaitre
|
cb29427926
|
fix(git): always get both tag and version
|
2022-12-31 09:36:08 +01:00 |
Folke Lemaitre
|
865ff414c7
|
feat(git): added support for packed-refs. Fixes #260
|
2022-12-31 09:32:44 +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
|
6c0b803999
|
fix(git): add --no-show-signature. Fixes #218
|
2022-12-29 01:02:05 +01:00 |
Folke Lemaitre
|
b6ebed5888
|
fix(plugin): pass plugin as arg to config/init/build
|
2022-12-26 22:59:07 +01:00 |
Tsakiris Tryfon
|
c4d924acee
|
fix(reloader): remove extra trailing separator (#180)
|
2022-12-26 19:42:42 +01:00 |
Folke Lemaitre
|
4e4493b21d
|
feat(reloader): trigger LazyReload when changes were detected and after reload. Fixes #178
|
2022-12-26 19:00:11 +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
|
7d02da2ff0
|
feat(ui): added multiple options for diff command
|
2022-12-24 11:30:16 +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
|
86f2c67aa8
|
fix(checker): update updated after every manage operation. Fixes #141
|
2022-12-24 11:30:15 +01:00 |
Folke Lemaitre
|
9110371120
|
feat(build): build can now be a list to execute multiple build commands. Fixes #143
|
2022-12-24 11:30:15 +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 |
Folke Lemaitre
|
28f1511e0a
|
fix: show mapleader warning with vim.schedule. Fixes #91
|
2022-12-22 09:12:06 +01:00 |
EdenEast
|
dd9648f8ec
|
fix(clean): update lockfile on clean (#88)
|
2022-12-22 08:09:28 +01:00 |
Folke Lemaitre
|
488b48779c
|
fix(git): remove --also-filter-submodules. Fixes #86 #83
|
2022-12-22 08:08:07 +01:00 |
Folke Lemaitre
|
dc150df456
|
test(lockfile): create config dir if it does not exist
|
2022-12-21 23:22:04 +01:00 |
Folke Lemaitre
|
4cf176bdab
|
fix(install): update lockfile also on install
|
2022-12-21 23:18:35 +01:00 |
Folke Lemaitre
|
7f6f31d66f
|
fix(git): make sure we properly fetch git submodules. Fixes #72
|
2022-12-21 23:13:18 +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
|
bbace14dc9
|
fix(git): only mark a plugin as dirty if an update changed the commit HEAD. Fixes #62
|
2022-12-21 14:45:32 +01:00 |
Tsakiris Tryfon
|
a939243639
|
fix(checker): allow git checks only for non-pinned plugins (#61)
|
2022-12-21 14:39:08 +01:00 |
Folke Lemaitre
|
4ca30390ec
|
feat(loader): warn when mapleader is changed after init
|
2022-12-21 10:51:31 +01:00 |
Folke Lemaitre
|
86eaa118c6
|
fix(git): dereference tag refs. Fixes #54
|
2022-12-21 10:13:23 +01:00 |
Folke Lemaitre
|
e95da35d09
|
feat(util): utility method to get sync process output
|
2022-12-21 10:13:22 +01:00 |
Folke Lemaitre
|
44f80a7f5d
|
feat(plugin): allow plugin files only without a main plugin module. Fixes #53
|
2022-12-21 09:03:47 +01:00 |
Folke Lemaitre
|
7be46bceef
|
style: removed unused requires
|
2022-12-20 22:32:16 +01:00 |
Folke Lemaitre
|
9d12cdcc06
|
fix(git): don't run git log for submodules. Fixes #33
|
2022-12-20 19:58:56 +01:00 |
Folke Lemaitre
|
6c767a604d
|
feat: added options to configure change detection. Fixes #32
|
2022-12-20 19:38:37 +01:00 |
Folke Lemaitre
|
1371a14167
|
fix(build): use the shell to execute build commands
|
2022-12-20 16:57:02 +01:00 |
Folke Lemaitre
|
ddf36d7748
|
fix: checker should not error on non-existing dirs
|
2022-12-20 13:44:21 +01:00 |
Folke Lemaitre
|
ae644a604d
|
fix: only run updated checker for installed plugins. Fixes #16
|
2022-12-20 11:58:54 +01:00 |
Folke Lemaitre
|
85e375223f
|
fix(ui): always clear complete tasks with the same name when starting a new task
|
2022-12-17 15:56:47 +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
|
65cd28e613
|
feat(ui): added update checker
|
2022-12-05 20:49:23 +01:00 |