Commit Graph

  • 3d22c496da chore(build): auto-generate vimdoc github-actions[bot] 2022-12-26 08:38:12 +0000
  • 5f017bf655
    docs: document highlight groups Folke Lemaitre 2022-12-26 09:37:26 +0100
  • aed842ae1e
    feat(plugin): added `Plugin.cond`. Fixes #89, #168 Folke Lemaitre 2022-12-26 09:35:19 +0100
  • 2f5c1be525
    fix(ui): get plugin details from the correct plugin in case it was deleted Folke Lemaitre 2022-12-25 21:07:30 +0100
  • 4aa83eb1a1
    Add missing packer migration item for `cond` Heechul Ryu 2022-12-26 00:05:10 -0800
  • 6c5af82589 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-25 15:27:12 +0000
  • 4aa362e8dc
    feat(cache): make ttl configurable Folke Lemaitre 2022-12-25 16:26:17 +0100
  • 9837d5be7e
    fix(keys): only delete key handler mappings once Folke Lemaitre 2022-12-25 16:17:36 +0100
  • 7421e70c08 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-25 13:41:45 +0000
  • 1dca6edd89
    docs: Fix README.md wrong indent (#165) NEX 2022-12-25 21:41:01 +0800
  • bdd7f0585a chore(build): auto-generate vimdoc github-actions[bot] 2022-12-25 13:31:44 +0000
  • 3efb849d73
    docs: clarified that only top-level submodules are merged in the final spec. #139 Folke Lemaitre 2022-12-25 14:30:41 +0100
  • 90952239d2
    fix(loader): add proper error message when trying to load a plugin that doesn't exist. Fixes #160 Folke Lemaitre 2022-12-25 14:06:41 +0100
  • e632eb4ae0
    style: mode no longer needed as param for view Folke Lemaitre 2022-12-25 13:46:42 +0100
  • 037f242430
    fix(diff): use git show when only displaying one commit (#155) jdrouhard 2022-12-25 06:45:56 -0600
  • ed8259b7c1 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-25 12:43:16 +0000
  • db14d4b2a1
    ci: fix minor typos in the github template (#159) Jeremy Goh 2022-12-25 20:42:26 +0800
  • 8ea9d8b024
    feat(ui): make lazy icon configurable (#163) max397574 2022-12-25 13:41:33 +0100
  • 13707740da
    Fix README.md wrong indent NEX 2022-12-25 20:07:10 +0800
  • 30f93ff445 docs: add lazy icon config option Max 2022-12-25 10:50:53 +0100
  • 8da2b3f1fe feat(ui): make lazy icon configurable Max 2022-12-25 10:49:34 +0100
  • 548bfc14e6
    fix typo in repro.lua Jeremy Goh 2022-12-25 12:51:57 +0800
  • 49eb777c8d
    chore: fix minor typos in the github template Jeremy Goh 2022-12-25 09:40:46 +0800
  • ec9239cbaa
    Fix README.md's wrong indent, add align to icons NEX 2022-12-25 02:59:49 +0800
  • f42b1327ee fix(diff): use git show when only displaying one commit John Drouhard 2022-12-24 12:27:23 -0600
  • 434b7d3edd chore(build): auto-generate vimdoc github-actions[bot] 2022-12-24 11:57:51 +0000
  • 2fabc0958d
    docs: added `VeryLazy` to docs Folke Lemaitre 2022-12-24 12:57:08 +0100
  • f22dfd4a44
    chore(main): release 7.1.0 (#129) v7.1.0 github-actions[bot] 2022-12-24 12:23:46 +0100
  • 4bdf6f5e25
    chore(main): release 7.1.0 github-actions[bot] 2022-12-24 10:57:04 +0000
  • 9f2fb24b10 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-24 10:56:27 +0000
  • a36d506393
    feat(manage): added user events when operations finish. Fixes #135 Folke Lemaitre 2022-12-24 11:55:42 +0100
  • 3352fc6265
    docs: added diff keybindings to help page Folke Lemaitre 2022-12-24 11:41:01 +0100
  • b40ec94523 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-24 10:31:06 +0000
  • be3909c544
    feat(ui): added custom commands for lazygit and opening a terminal for a plugin Folke Lemaitre 2022-12-24 11:28:19 +0100
  • 7d02da2ff0
    feat(ui): added multiple options for diff command Folke Lemaitre 2022-12-24 11:27:29 +0100
  • 8ad05feef1
    feat(util): open terminal commands in a float Folke Lemaitre 2022-12-24 11:26:53 +0100
  • 7c2eb15444
    feat: util method to open a float Folke Lemaitre 2022-12-24 11:26:29 +0100
  • b34e25873a
    refactor: float is now a separate module Folke Lemaitre 2022-12-24 11:26:09 +0100
  • fc182f7c5d
    fix(manage): only clear plugins for the op instead of all Folke Lemaitre 2022-12-24 11:16:24 +0100
  • 74d8b8e4e1
    fix: plugin list can be string[]. Fixes #145 Folke Lemaitre 2022-12-24 11:15:57 +0100
  • 86f2c67aa8
    fix(checker): update updated after every manage operation. Fixes #141 Folke Lemaitre 2022-12-24 09:22:46 +0100
  • 9110371120
    feat(build): build can now be a list to execute multiple build commands. Fixes #143 Folke Lemaitre 2022-12-24 09:17:29 +0100
  • 593d6e400b
    feat(ui): you can now hover over a plugin to open a diff of updates or the plugin homepage Folke Lemaitre 2022-12-23 22:39:16 +0100
  • a973c2edc2 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-23 19:56:43 +0000
  • 83270cc5e5
    refactor(commands): move ui/commands config to separate file Folke Lemaitre 2022-12-23 20:55:49 +0100
  • c1f39f997d chore(build): auto-generate vimdoc github-actions[bot] 2022-12-23 18:53:40 +0000
  • 011125ccc2
    docs: cleanup Folke Lemaitre 2022-12-23 19:52:49 +0100
  • f822a2c12b chore(build): auto-generate vimdoc github-actions[bot] 2022-12-23 18:52:21 +0000
  • 3991cf56f8
    docs(readme): added explanation for dependencies (#137) max397574 2022-12-23 19:51:35 +0100
  • 7bd5750caf docs(readme): added explanation for dependencies Max 2022-12-23 19:25:22 +0100
  • aec3baa555 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-23 18:04:19 +0000
  • 74b076e030
    docs: added after/wants to migration guide and added an example that sets a key mode Folke Lemaitre 2022-12-23 19:03:30 +0100
  • 1dd78fa931 docs(): add example on how different `keys` setting for `lazy` from `packer` Nizamuddin Sulieman 2022-12-24 01:14:24 +0800
  • 49ccf8c5ab docs(): add more common packer key in migration guide Nizamuddin Sulieman 2022-12-24 01:08:20 +0800
  • 5a1812a633
    Better terminology (#132) Aaron 2022-12-23 05:58:11 -0800
  • f7e8c4e7cf
    Better terminology Aaron 2022-12-23 05:49:40 -0800
  • a062641c85
    ci: more formatting Folke Lemaitre 2022-12-23 14:30:25 +0100
  • 2bd563ce99
    ci: formatting of issue template Folke Lemaitre 2022-12-23 14:30:05 +0100
  • 60fdea7aed
    ci: added link to docs to issue template for the very lazy people Folke Lemaitre 2022-12-23 14:29:38 +0100
  • 68db6337bf
    ci: deleted old feature request template Folke Lemaitre 2022-12-23 14:16:04 +0100
  • 451de7e19e
    ci: added new feature request template Folke Lemaitre 2022-12-23 14:15:27 +0100
  • 5ef7ce80a3
    ci: even better issue template Folke Lemaitre 2022-12-23 14:06:51 +0100
  • a5d402abed
    ci: better issue template Folke Lemaitre 2022-12-23 14:03:07 +0100
  • 6a6d6f73ee
    ci: new issue template Folke Lemaitre 2022-12-23 13:53:52 +0100
  • f360e336a5
    fix(help): make sure we always generate lazy helptags Folke Lemaitre 2022-12-23 13:13:28 +0100
  • 4cf1f7b26e chore(build): auto-generate vimdoc github-actions[bot] 2022-12-23 11:27:29 +0000
  • d6304f0b42
    docs: added `keys` to packer migration Folke Lemaitre 2022-12-23 12:26:19 +0100
  • 7f10386e23
    chore(main): release 7.0.0 (#96) v7.0.0 github-actions[bot] 2022-12-23 11:48:54 +0100
  • 411373fefb
    chore(main): release 7.0.0 github-actions[bot] 2022-12-23 10:48:14 +0000
  • 50e3b91767
    fix(ui): sort profiling chronological by default Folke Lemaitre 2022-12-23 11:47:05 +0100
  • e973323e95
    fix(ui): fixed extmarks while wrapping. Fixes #124 Folke Lemaitre 2022-12-23 11:18:32 +0100
  • 3594bfd47d
    docs: todo Folke Lemaitre 2022-12-23 10:43:30 +0100
  • 7dfb9c1f5c
    feat(ui): added options to sort/filter profiling data Folke Lemaitre 2022-12-23 10:43:22 +0100
  • fde5feea6d
    refactor: refactored ui code Folke Lemaitre 2022-12-23 10:18:19 +0100
  • cd023dc709
    style: remove setting colors on startup Folke Lemaitre 2022-12-23 08:41:42 +0100
  • e2bbf3deef
    refactor: better annotations to make sumneko faster Folke Lemaitre 2022-12-23 08:34:55 +0100
  • 65e903652b
    fix: added error message to debug failing extmarks #117 Folke Lemaitre 2022-12-23 08:05:27 +0100
  • 040aeb68f1 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-23 06:51:44 +0000
  • c8da1c19e7
    docs: fixed typos and capitalization (#118) Aaron 2022-12-22 22:51:03 -0800
  • 8bd8e6c98a chore(build): auto-generate vimdoc github-actions[bot] 2022-12-23 06:49:37 +0000
  • cc6276e9b0
    refactor!: default lazy cache path is now under cache instead of state Folke Lemaitre 2022-12-23 07:48:40 +0100
  • 004b11d5ad
    docs: improved docs on build. Fixes #119 Folke Lemaitre 2022-12-23 07:48:05 +0100
  • 8251c23c90
    fix(checker): dont report updates on install during startup Folke Lemaitre 2022-12-23 07:43:58 +0100
  • 7b9b476a62
    fix(install): make sure to setup loaders before attempting install so colorscheme can load. Fixes #122 Folke Lemaitre 2022-12-23 07:35:44 +0100
  • 3e8ddf69b0
    Update README.md Aaron 2022-12-22 22:03:45 -0800
  • c039697f3c
    Fix typos and capitialization Aaron 2022-12-22 16:43:31 -0800
  • e5dcc87149 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 22:09:14 +0000
  • 81126403a8
    feat!: `init()` no longer implies lazy-loading. Add `lazy=false` for affected plugins Folke Lemaitre 2022-12-22 23:08:06 +0100
  • 6f9845e2f8 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 21:50:05 +0000
  • 2a7b0047dd
    feat(spec): `config` can be `true` or a `table` that will be passed to `require("plugin").setup(config)` Folke Lemaitre 2022-12-22 22:41:44 +0100
  • 9e983898b1
    fix(ui): fix buffer being properly deleted (#112) Sebastian Lyng Johansen 2022-12-22 22:01:01 +0100
  • 3f60f2dc13
    fix(keys): key handlers were not working after reload Folke Lemaitre 2022-12-22 21:58:01 +0100
  • b5d6afc4fa
    fix(manage): do not reload pugins on clear Folke Lemaitre 2022-12-22 21:47:58 +0100
  • 9e78a0c3a2 fix(mapping): fix buffer being properly deleted Sebastian Lyng Johansen 2022-12-22 21:56:35 +0100
  • 037973c6cb chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 20:08:10 +0000
  • b440b3ac2d
    fix(keys): don't create with remap! Folke Lemaitre 2022-12-22 21:07:24 +0100
  • 9e869a409c
    docs: migration Folke Lemaitre 2022-12-22 21:02:49 +0100
  • 72b38999bc
    fix(keys): dont delete handlers manually. Let loader do that Folke Lemaitre 2022-12-22 18:53:19 +0100
  • 08d458c5ba
    fix: remove debug print Folke Lemaitre 2022-12-22 18:50:27 +0100
  • 455a1f485b chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 17:48:24 +0000