Folke Lemaitre
|
299ffdfd53
|
feat(ui): added section with disabled plugins
|
2023-01-03 10:43:10 +01:00 |
Folke Lemaitre
|
e749e68b68
|
fix(ui): check if win is still valid
|
2023-01-03 09:13:11 +01:00 |
Folke Lemaitre
|
b5f4106892
|
fix(stats): more robust checks for native cputime
|
2023-01-03 09:12:51 +01:00 |
Folke Lemaitre
|
d992387912
|
perf: track some additional cputimes
|
2023-01-02 11:28:18 +01:00 |
Folke Lemaitre
|
919b7f5de3
|
feat(spec): added `import` to import other plugin modules
|
2023-01-02 09:44:28 +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
|
205ce42cdc
|
fix(commands): fixed plugin completion for commands
|
2023-01-01 09:40:51 +01:00 |
Folke Lemaitre
|
0fadb5e1ce
|
feat(ui): when updating to a new version, show the version instead of the commit refs
|
2022-12-31 16:08:09 +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
|
d6b5d6e756
|
feat(ui): press `<c-c>` to abort any running tasks. Fixes #258
|
2022-12-31 10:38:03 +01:00 |
Folke Lemaitre
|
5575d2b2a9
|
feat(ui): show when plugin would be loaded for unloaded plugins. Fixes #261
|
2022-12-31 08:51:09 +01:00 |
Folke Lemaitre
|
45d669f61c
|
fix(ui): only show plugins to clean under clean
|
2022-12-30 21:23:12 +01:00 |
Folke Lemaitre
|
86dff1b59a
|
feat(commands): added health command to run `:checkhealth lazy`
|
2022-12-30 11:29:22 +01:00 |
Folke Lemaitre
|
2a617a7024
|
feat(api): allow passing options to float so it can be used outside of lazy
|
2022-12-30 10:43:46 +01:00 |
Folke Lemaitre
|
1283c2b288
|
feat(restore): you can now restore a plugin to a certain commit. Fixes #234
|
2022-12-30 09:17:53 +01:00 |
Folke Lemaitre
|
c2f7e2d098
|
feat(ui): added extra cache stats to the debug tab
|
2022-12-28 17:58:24 +01:00 |
tzachar
|
acd6697d88
|
fix(commands): E5108 in getcompletions (#207)
|
2022-12-28 17:39:31 +01:00 |
Dr. David A. Kunz
|
ff8f3783fa
|
feat(profile): nicer threshold prompt (#210)
|
2022-12-28 17:38:08 +01:00 |
Folke Lemaitre
|
0d0d11acb2
|
fix(ui): removed newlines from profile tab
|
2022-12-27 19:50:11 +01:00 |
Folke Lemaitre
|
3b46160c01
|
feat(ui): added new section specifically for updates
|
2022-12-27 19:35:23 +01:00 |
Folke Lemaitre
|
a2fdf369f2
|
feat(profile): added accurate startuptime to ui/stats/docs
|
2022-12-27 13:34:12 +01:00 |
Folke Lemaitre
|
9a2ecc8750
|
feat(ui): re-render after resize. Fixes #174
|
2022-12-26 14:19:39 +01:00 |
Folke Lemaitre
|
0ea771bd70
|
feat(ui): made all highlight groups and icons configurable
|
2022-12-26 10:24:53 +01:00 |
Folke Lemaitre
|
5f017bf655
|
docs: document highlight groups
|
2022-12-26 09:37:31 +01:00 |
Folke Lemaitre
|
aed842ae1e
|
feat(plugin): added `Plugin.cond`. Fixes #89, #168
|
2022-12-26 09:37:30 +01:00 |
Folke Lemaitre
|
2f5c1be525
|
fix(ui): get plugin details from the correct plugin in case it was deleted
|
2022-12-26 09:37:30 +01:00 |
Folke Lemaitre
|
e632eb4ae0
|
style: mode no longer needed as param for view
|
2022-12-25 13:46:42 +01:00 |
jdrouhard
|
037f242430
|
fix(diff): use git show when only displaying one commit (#155)
|
2022-12-25 13:45:56 +01:00 |
max397574
|
8ea9d8b024
|
feat(ui): make lazy icon configurable (#163)
* feat(ui): make lazy icon configurable
* docs: add lazy icon config option
|
2022-12-25 13:41:33 +01:00 |
Folke Lemaitre
|
3352fc6265
|
docs: added diff keybindings to help page
|
2022-12-24 11:41:06 +01:00 |
Folke Lemaitre
|
be3909c544
|
feat(ui): added custom commands for lazygit and opening a terminal for a plugin
|
2022-12-24 11:30:16 +01:00 |
Folke Lemaitre
|
7d02da2ff0
|
feat(ui): added multiple options for diff command
|
2022-12-24 11:30:16 +01:00 |
Folke Lemaitre
|
b34e25873a
|
refactor: float is now a separate module
|
2022-12-24 11:30:16 +01:00 |
Folke Lemaitre
|
593d6e400b
|
feat(ui): you can now hover over a plugin to open a diff of updates or the plugin homepage
|
2022-12-24 11:30:15 +01:00 |
Folke Lemaitre
|
83270cc5e5
|
refactor(commands): move ui/commands config to separate file
|
2022-12-23 20:55:56 +01:00 |
Aaron
|
5a1812a633
|
Better terminology (#132)
|
2022-12-23 14:58:11 +01:00 |
Folke Lemaitre
|
50e3b91767
|
fix(ui): sort profiling chronological by default
|
2022-12-23 11:47:05 +01:00 |
Folke Lemaitre
|
e973323e95
|
fix(ui): fixed extmarks while wrapping. Fixes #124
|
2022-12-23 11:18:32 +01:00 |
Folke Lemaitre
|
7dfb9c1f5c
|
feat(ui): added options to sort/filter profiling data
|
2022-12-23 10:43:22 +01:00 |
Folke Lemaitre
|
fde5feea6d
|
refactor: refactored ui code
|
2022-12-23 10:18:19 +01:00 |
Folke Lemaitre
|
cd023dc709
|
style: remove setting colors on startup
|
2022-12-23 08:41:42 +01:00 |
Folke Lemaitre
|
e2bbf3deef
|
refactor: better annotations to make sumneko faster
|
2022-12-23 08:34:55 +01:00 |
Folke Lemaitre
|
65e903652b
|
fix: added error message to debug failing extmarks #117
|
2022-12-23 08:05:32 +01:00 |
Sebastian Lyng Johansen
|
9e983898b1
|
fix(ui): fix buffer being properly deleted (#112)
|
2022-12-22 22:01:01 +01:00 |
Folke Lemaitre
|
42f5aa76e2
|
fix: pass plugins instead of plugin names to command. Fixes #103
|
2022-12-22 17:25:12 +01:00 |
Folke Lemaitre
|
3415a61789
|
fix(ui): properly wrap ui elements on small screens. Fixes #92
|
2022-12-22 10:45:45 +01:00 |
Folke Lemaitre
|
1c07ea15a3
|
feat(keys): more advanced options for setting lazy key mappings
|
2022-12-22 10:32:21 +01:00 |
Folke Lemaitre
|
63042310f4
|
feat(ui): show modpaths in debug
|
2022-12-22 09:09:35 +01:00 |
Folke Lemaitre
|
2e14a2f324
|
feat: added support for `nvim --headless "+Lazy! sync" +qa`
|
2022-12-21 22:28:09 +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 |