Commit Graph

  • eeb069cad8 docs: Changed dot from LazyVim Liquid-system 2023-01-04 17:24:16 +0900
  • 6d46a3028d
    style(keys): remove debug output Folke Lemaitre 2023-01-04 09:22:52 +0100
  • b4d4e6b41b
    fix(loader): move mapleader check to loader, so it can be set by spec files Folke Lemaitre 2023-01-04 09:07:30 +0100
  • 2e87520826
    fix(util): assume type is file when no type is returned by scandir. Fixes #306 Folke Lemaitre 2023-01-04 08:57:50 +0100
  • e61b334cee
    fix(diff): make diffview work again. Fixes #304 Folke Lemaitre 2023-01-04 08:13:43 +0100
  • 62214df989 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-04 06:55:41 +0000
  • 507b695753
    fix(keys): only replace localleader and maplocalleader. Fixes #307, fixes #308 Folke Lemaitre 2023-01-04 07:54:35 +0100
  • a11a317a92
    chore(main): release 7.10.0 (#281) v7.10.0 github-actions[bot] 2023-01-04 00:32:33 +0100
  • 588caef4e9
    test: fixed tests Folke Lemaitre 2023-01-04 00:30:14 +0100
  • b2673f1057
    style: debug formatting Folke Lemaitre 2023-01-04 00:27:31 +0100
  • 1707c30678
    chore(main): release 7.10.0 github-actions[bot] 2023-01-03 22:49:14 +0000
  • 1c854d7a6d
    fix(health): check for all packages on the rtp, excluding `dist` packs Folke Lemaitre 2023-01-03 23:48:00 +0100
  • c85f929bd9
    fix(install): dont try re-installing failed missing plugins during startup. Fixes #303 Folke Lemaitre 2023-01-03 22:50:14 +0100
  • 1fd80159d0
    fix(spec): show error when users load a plugins module called `lazy` Folke Lemaitre 2023-01-03 22:49:04 +0100
  • 953c2791d8
    fix(util): made `Util.lsmod` more robust. See #298 Folke Lemaitre 2023-01-03 22:31:18 +0100
  • f36c7cb0dc
    feat(version): allow version=false to override default version Folke Lemaitre 2023-01-03 21:19:20 +0100
  • 7b9fa284f8
    style: better debug Folke Lemaitre 2023-01-03 16:17:15 +0100
  • e93f50fd1b
    fix(keys): operator pending mode Folke Lemaitre 2023-01-03 16:16:49 +0100
  • 2e3e65b0f7
    fix(keys): operator Folke Lemaitre 2023-01-03 11:17:37 +0100
  • cdb998c6fe
    fix(keys): make operator pending mode work. Fixes #286 Folke Lemaitre 2023-01-03 11:16:15 +0100
  • 299ffdfd53
    feat(ui): added section with disabled plugins Folke Lemaitre 2023-01-03 10:43:10 +0100
  • 05aec48968
    feat(spec): allow overriding `Plugin.enabled` Folke Lemaitre 2023-01-03 10:34:53 +0100
  • dc9c92a9b3
    fix(git): properly compare git commits with short refs Folke Lemaitre 2023-01-03 09:36:35 +0100
  • 3ad6d95a30 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-03 08:14:21 +0000
  • ff1e322b4f
    style: debug Folke Lemaitre 2023-01-03 09:13:22 +0100
  • e749e68b68
    fix(ui): check if win is still valid Folke Lemaitre 2023-01-03 09:13:11 +0100
  • b5f4106892
    fix(stats): more robust checks for native cputime Folke Lemaitre 2023-01-03 09:12:43 +0100
  • 98b8989d06 docs: fix references to config.plugins nyngwang 2023-01-03 05:35:59 +0800
  • 06db1ec3c6
    fix(stats): fixed cputime on linux Folke Lemaitre 2023-01-02 20:50:10 +0100
  • 277a2ab10b
    fix(git): better errors when a branch/tag/version could not be found. Fixes #276 Folke Lemaitre 2023-01-02 19:01:02 +0100
  • 85173dcc4d
    fix(stats): windows Folke Lemaitre 2023-01-02 17:42:12 +0100
  • 2ea0751a23 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-02 16:21:19 +0000
  • e039ff6e28
    docs: fix references to config.plugins (#282) colton 2023-01-02 11:20:32 -0500
  • 30c2619278
    fix references to config.plugins Colton Padden 2023-01-02 11:17:18 -0500
  • ddcdc5e447
    fix(stats): use fallback for cputime on windows. Fixes #280 Folke Lemaitre 2023-01-02 17:10:54 +0100
  • c1a50a7fc5
    chore(main): release 7.9.0 (#265) v7.9.0 github-actions[bot] 2023-01-02 15:49:03 +0100
  • 23eb374df1
    chore(main): release 7.9.0 github-actions[bot] 2023-01-02 14:28:20 +0000
  • ce3e1fc560
    fix(plugin): only get plugin from spec when needed. Folke Lemaitre 2023-01-02 15:27:01 +0100
  • 9893430187
    fix(cache): dont return directories in lsmod Folke Lemaitre 2023-01-02 15:08:20 +0100
  • 60e96b478a
    fix(loader): always load init.lua in plugin mods Folke Lemaitre 2023-01-02 15:04:32 +0100
  • 9e90852a47
    fix(cache): autoloading was broken! Folke Lemaitre 2023-01-02 14:50:34 +0100
  • 1ec8f08480
    fix(cache): properly return two values for finddir Folke Lemaitre 2023-01-02 14:46:49 +0100
  • 8b6a98ad26 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-02 13:36:19 +0000
  • 69121c7721
    tests: fixed tests Folke Lemaitre 2023-01-02 14:35:36 +0100
  • 8063523471
    ci: added debug info when #topmods>1 Folke Lemaitre 2023-01-02 14:29:55 +0100
  • 0bc73db503
    fix(cache): only autoload when plugins have been parsed. Needed to support `import` Folke Lemaitre 2023-01-02 12:54:38 +0100
  • f6b0172e92
    fix(cache): allow lazyvim as a plugin Folke Lemaitre 2023-01-02 12:54:00 +0100
  • bc4133cb3e
    feat(spec): show spec warnings in checkhealth only Folke Lemaitre 2023-01-02 12:53:35 +0100
  • d992387912
    perf: track some additional cputimes Folke Lemaitre 2023-01-02 11:28:18 +0100
  • 46997de1c9
    feat(event): track event trigger times Folke Lemaitre 2023-01-02 11:26:54 +0100
  • 50a456c189
    feat(util): added trackfn that wraps a function and tracks timings Folke Lemaitre 2023-01-02 11:26:40 +0100
  • 2d06faa941
    feat(loader): incrementally install missing plugins and rebuild spec, so imported specs from plugins work as expected Folke Lemaitre 2023-01-02 10:08:45 +0100
  • 919b7f5de3
    feat(spec): added `import` to import other plugin modules Folke Lemaitre 2023-01-02 09:44:09 +0100
  • 313015fdb4
    feat(spec): allow mergig of config, priority and dependencies Folke Lemaitre 2023-01-02 09:41:09 +0100
  • 7d755987ba
    fix(spec): normalize deps before adding spec to make sure merging works as expected Folke Lemaitre 2023-01-02 09:40:19 +0100
  • 77ff7beaa4
    perf(cache): cache all lua files till UIEnter instead of VimEnter Folke Lemaitre 2023-01-02 09:39:28 +0100
  • 4d77cf2efe
    fix(handler): properly show errors generated by setting up handlers Folke Lemaitre 2023-01-02 09:36:52 +0100
  • 6ff480bdee
    fix(health): always use main spec Folke Lemaitre 2023-01-01 21:09:02 +0100
  • 39b66027a5
    feat(spec): added support for importing multiple spec modules with `import = "foobar"` Folke Lemaitre 2023-01-01 21:07:05 +0100
  • 3974a6cbe3
    refactor(help): replace non-word characters by - for readme filenames Folke Lemaitre 2023-01-01 20:31:27 +0100
  • 51c23b661e
    fix(spec): allow a spec module to be on the rtp and not only in config Folke Lemaitre 2023-01-01 20:19:09 +0100
  • 963e6f72a7 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-01 19:24:31 +0000
  • d521a25cfc
    feat(help): accept patterns for readme (#269) Munif Tanjim 2023-01-02 01:23:41 +0600
  • 6c993f3859 feat(help): accept patterns for readme Munif Tanjim 2023-01-01 17:28:50 +0600
  • 11eee43c7e
    fix(cache): keep ordering of topmods the same as in rtp Folke Lemaitre 2023-01-01 18:52:07 +0100
  • b23a5dc8d5
    fix(loader): setup handlers after installing missing plugins. Fixes #272 Folke Lemaitre 2023-01-01 18:45:20 +0100
  • 1edd1b8945
    fix(help): properly escape helptags search pattern (#268) Munif Tanjim 2023-01-01 15:56:18 +0600
  • e6357e01b0 fix(help): properly escape helptags search pattern Munif Tanjim 2023-01-01 15:33:25 +0600
  • 6e7c982ae6 fix(icons): remove extra spaces williamhsieh 2023-01-01 17:23:56 +0800
  • 0a0f1b95e9 chore(build): auto-generate vimdoc github-actions[bot] 2023-01-01 08:42:34 +0000
  • 23c0587791
    feat(commands): added build command to force rebuild of a plugin Folke Lemaitre 2023-01-01 09:41:43 +0100
  • 205ce42cdc
    fix(commands): fixed plugin completion for commands Folke Lemaitre 2023-01-01 09:40:51 +0100
  • 0fadb5e1ce
    feat(ui): when updating to a new version, show the version instead of the commit refs Folke Lemaitre 2022-12-31 16:08:01 +0100
  • 34e2c78e06
    feat(ui): show new version that is available instead of general message Folke Lemaitre 2022-12-31 16:01:59 +0100
  • a9de5910f2
    fix(fetch): always fetch latest origin tags. Fixes #264 Folke Lemaitre 2022-12-31 15:55:06 +0100
  • 3711176164
    chore(main): release 7.8.0 (#263) v7.8.0 github-actions[bot] 2022-12-31 15:40:45 +0100
  • 1c5717a382
    chore(main): release 7.8.0 github-actions[bot] 2022-12-31 09:39:10 +0000
  • d6b5d6e756
    feat(ui): press `<c-c>` to abort any running tasks. Fixes #258 Folke Lemaitre 2022-12-31 10:38:03 +0100
  • ed0583e82b
    fix(util): remove double forward slashes Folke Lemaitre 2022-12-31 09:55:50 +0100
  • 3da6c74ed3 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-31 08:45:05 +0000
  • b4edbd09f5
    docs: updated bootstrap code to stable branch Folke Lemaitre 2022-12-31 09:44:17 +0100
  • cba99de3eb
    chore(main): release 7.7.0 (#251) v7.7.0 github-actions[bot] 2022-12-31 09:39:47 +0100
  • 5c0fdbaedb
    chore(main): release 7.7.0 github-actions[bot] 2022-12-31 08:37:23 +0000
  • cb29427926
    fix(git): always get both tag and version Folke Lemaitre 2022-12-31 09:36:08 +0100
  • 865ff414c7
    feat(git): added support for packed-refs. Fixes #260 Folke Lemaitre 2022-12-31 09:32:35 +0100
  • f656706de0 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-31 07:51:48 +0000
  • 5575d2b2a9
    feat(ui): show when plugin would be loaded for unloaded plugins. Fixes #261 Folke Lemaitre 2022-12-31 08:41:34 +0100
  • d02a10d832 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-30 23:33:10 +0000
  • d1ed91d8c7
    docs: fixed code block Folke Lemaitre 2022-12-31 00:32:19 +0100
  • 1de5c3d059 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-30 23:14:42 +0000
  • 2c632e849f
    docs: add how to accomplish packer's rtp (#259) Alexandre Desjardins 2022-12-30 18:13:54 -0500
  • acaf08cb48 docs: add how to accomplish packer's rtp jemag 2022-12-30 18:10:26 -0500
  • fb46cb5862
    build: utility method to create plugin list in markdown Folke Lemaitre 2022-12-30 23:58:01 +0100
  • 45d669f61c
    fix(ui): only show plugins to clean under clean Folke Lemaitre 2022-12-30 21:23:12 +0100
  • a834b30c70
    fix(keys): forward `count` to keymaps. Fixes #252 Folke Lemaitre 2022-12-30 20:51:13 +0100
  • a59cd089dc chore(build): auto-generate vimdoc github-actions[bot] 2022-12-30 19:42:08 +0000
  • 679d85c9ff
    feat(ui): make brower configurable. Fixes #248 Folke Lemaitre 2022-12-30 20:41:23 +0100
  • 730bb84364
    perf(loader): re-use topmod cache to find `setup()` module Folke Lemaitre 2022-12-30 20:14:46 +0100
  • 887c602957 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-30 17:56:17 +0000
  • 51fb95e4a8
    fix: duplicate state check in bootstrap (#255) WilliamHsieh 2022-12-31 01:55:36 +0800