Folke Lemaitre
|
d2a4ce22dc
|
fix(git): force `autocrlf=false`. Fixes #1055
|
2024-05-13 08:34:39 +02:00 |
Folke Lemaitre
|
9e157df077
|
feat: refactor all vim.loop -> vim.uv and add a shim when needed
|
2024-03-22 08:58:36 +01:00 |
Folke Lemaitre
|
47d4baafcc
|
fix(fs): error when plugin directory to delete is not a valid directory
|
2024-01-19 16:09:28 +01:00 |
Folke Lemaitre
|
314193af1d
|
fix(build): allow build=false to skip building
|
2023-11-04 10:14:03 +01:00 |
Maria José Solano
|
4446fdb9af
|
feat(ui): check pinned packages that can't be updated (#1139)
* style: fix filter types
* feat: check outdated pinned plugins
|
2023-10-23 07:52:54 +02:00 |
Folke Lemaitre
|
58e5726592
|
feat(git): show help on how to remove local changes
|
2023-10-10 11:53:00 +02:00 |
Folke Lemaitre
|
736529d097
|
fix(git): automatically restore doc/tags when modified
|
2023-10-10 11:42:01 +02:00 |
Folke Lemaitre
|
43e9165994
|
feat(git): show error for local changes during check/update
|
2023-10-10 11:42:01 +02:00 |
Folke Lemaitre
|
22bf6ae04b
|
style: sort requires
|
2023-10-09 11:25:42 +02:00 |
Folke Lemaitre
|
189371c8d8
|
fix(build): allow `build` command to override plugin's build and option to disable warning
|
2023-06-30 21:19:33 +02:00 |
Folke Lemaitre
|
4c26421785
|
feat(build): added support for build.lua, build/init.lua (#903)
|
2023-06-30 18:22:39 +02:00 |
Sean Baildon
|
53be2c0ee1
|
fix(git): always set origin name when cloning (#622)
* fix(git): force origin name
* Revert "fix(git): honor clone.defaultRemoteName. Fixes #602"
This reverts commit 5af93806aa .
|
2023-03-05 14:09:15 +01:00 |
Folke Lemaitre
|
77223786aa
|
fix(git): properly deal with failed clones. Fixes #571
|
2023-02-28 11:51:16 +01:00 |
Folke Lemaitre
|
0d3f2c4042
|
feat(git): `Plugin.submodules = false` will now skip fetching git submodules
|
2023-02-12 12:56:42 +01:00 |
Folke Lemaitre
|
3d2dcb2d5e
|
fix(log): properly check if plugin dir is a git repo before running git log
|
2023-02-01 08:26:20 +01:00 |
Folke Lemaitre
|
26a67e3c48
|
feat(config): added option to disable git filter. NOT recommended. Fixes #442
|
2023-01-23 19:19:00 +01:00 |
Folke Lemaitre
|
666ed7bf73
|
fix(build): make sure `rplugin.vim` is loaded when doing a build. Fixes #382
|
2023-01-13 09:20:00 +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
|
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
|
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
|
865ff414c7
|
feat(git): added support for packed-refs. Fixes #260
|
2022-12-31 09:32:44 +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 |
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
|
488b48779c
|
fix(git): remove --also-filter-submodules. Fixes #86 #83
|
2022-12-22 08:08:07 +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
|
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
|
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
|
1371a14167
|
fix(build): use the shell to execute build commands
|
2022-12-20 16:57:02 +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
|
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 |
Folke Lemaitre
|
3ed24baeb0
|
fix: source plugin files for plugins that want to run a build script during startup
|
2022-12-03 17:46:34 +01:00 |
Folke Lemaitre
|
dbe2d0942a
|
feat: plugins no longer need to be installed under site/pack/*/opt
|
2022-12-03 15:48:06 +01:00 |
Folke Lemaitre
|
37c7366ab0
|
feat: symlinking local plugins is no longer needed
|
2022-12-03 15:31:21 +01:00 |
Folke Lemaitre
|
ae379a62dc
|
fix(git): fixed branch detection, get target commit from origin and always checkout a tag or commit so we dont need to use git merge
|
2022-12-02 11:26:07 +01:00 |
Folke Lemaitre
|
3e143c6017
|
fix(fs): dont set cloned=true if symlink already existed
|
2022-12-02 11:24:23 +01:00 |
Folke Lemaitre
|
5134e797f3
|
feat!: all plugins are now opt. Plugin.opt => Plugin.lazy
|
2022-12-01 11:23:39 +01:00 |
Folke Lemaitre
|
042aaa4f87
|
feat!: renamed Plugin.run => Plugin.build
|
2022-12-01 07:43:34 +01:00 |
Folke Lemaitre
|
1e2f5273bb
|
fix: show proper installed/clean state for local plugins
|
2022-11-30 23:15:26 +01:00 |
Folke Lemaitre
|
69cdb718f8
|
refactor: rename Plugin.lock => Plugin.pin to prevent confusion with the lockfile
|
2022-11-29 20:19:07 +01:00 |
Folke Lemaitre
|
3e4f84640e
|
feat: git log config
|
2022-11-29 15:25:09 +01:00 |
Folke Lemaitre
|
32fa5f8441
|
fix: when just cloned, never commit lock
|
2022-11-29 14:27:32 +01:00 |
Folke Lemaitre
|
0774f1bc25
|
feat: added support for Plugin.lock (wont update)
|
2022-11-29 12:36:07 +01:00 |