Commit graph

  • cc6276e9b0
    refactor!: default lazy cache path is now under cache instead of state Folke Lemaitre 2022-12-23 07:48:40 +01:00
  • 004b11d5ad
    docs: improved docs on build. Fixes #119 Folke Lemaitre 2022-12-23 07:48:05 +01:00
  • 8251c23c90
    fix(checker): dont report updates on install during startup Folke Lemaitre 2022-12-23 07:43:58 +01:00
  • 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 +01:00
  • 3e8ddf69b0
    Update README.md Aaron 2022-12-22 22:03:45 -08:00
  • c039697f3c
    Fix typos and capitialization Aaron 2022-12-22 16:43:31 -08:00
  • e5dcc87149 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 22:09:14 +00:00
  • 81126403a8
    feat!: init() no longer implies lazy-loading. Add lazy=false for affected plugins Folke Lemaitre 2022-12-22 23:08:06 +01:00
  • 6f9845e2f8 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 21:50:05 +00:00
  • 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 +01:00
  • 9e983898b1
    fix(ui): fix buffer being properly deleted (#112) Sebastian Lyng Johansen 2022-12-22 22:01:01 +01:00
  • 3f60f2dc13
    fix(keys): key handlers were not working after reload Folke Lemaitre 2022-12-22 21:58:01 +01:00
  • b5d6afc4fa
    fix(manage): do not reload pugins on clear Folke Lemaitre 2022-12-22 21:47:58 +01:00
  • 9e78a0c3a2 fix(mapping): fix buffer being properly deleted Sebastian Lyng Johansen 2022-12-22 21:56:35 +01:00
  • 037973c6cb chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 20:08:10 +00:00
  • b440b3ac2d
    fix(keys): don't create with remap! Folke Lemaitre 2022-12-22 21:07:24 +01:00
  • 9e869a409c
    docs: migration Folke Lemaitre 2022-12-22 21:02:49 +01:00
  • 72b38999bc
    fix(keys): dont delete handlers manually. Let loader do that Folke Lemaitre 2022-12-22 18:53:19 +01:00
  • 08d458c5ba
    fix: remove debug print Folke Lemaitre 2022-12-22 18:50:27 +01:00
  • 455a1f485b chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 17:48:24 +00:00
  • 2756a6f756
    fix!: run init() before loading start plugins. Fixes #107 Folke Lemaitre 2022-12-22 18:46:43 +01:00
  • fb8287c73d chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 17:16:41 +00:00
  • 4b4ccdb16a
    docs: Add migration for tag = '*' from packer (#105) Wil Thomason 2022-12-22 11:15:47 -06:00
  • 7208a15a15
    Add note about disable vs enabled Wil Thomason 2022-12-22 11:51:18 -05:00
  • 56890ce5f4
    fix: remove lazy keymaps with the correct mode. Fixes #97 Folke Lemaitre 2022-12-22 17:49:32 +01:00
  • 3de74abae2
    Add migration for tag = '*' from packer Wil Thomason 2022-12-22 16:43:01 +00:00
  • 42f5aa76e2
    fix: pass plugins instead of plugin names to command. Fixes #103 Folke Lemaitre 2022-12-22 17:24:58 +01:00
  • 4bf771a6b2
    feat(spec): allow using plugin names in dependencies Folke Lemaitre 2022-12-22 16:36:07 +01:00
  • eb01b6dc0b chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 12:50:12 +00:00
  • 07b467738d
    feat(loader): automatically lazy-load colorschemes Folke Lemaitre 2022-12-22 13:49:00 +01:00
  • 210d1703ec
    chore(main): release 6.0.0 (#76) v6.0.0 github-actions[bot] 2022-12-22 10:46:27 +01:00
  • 3415a61789
    fix(ui): properly wrap ui elements on small screens. Fixes #92 Folke Lemaitre 2022-12-22 10:45:45 +01:00
  • 0a49d28cd7
    chore(main): release 6.0.0 github-actions[bot] 2022-12-22 09:38:17 +00:00
  • c0c2e1bd68
    fix(cmd): allow ranges. Fixes #93 Folke Lemaitre 2022-12-22 10:36:56 +01:00
  • a8fe63e4d5 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 09:33:10 +00:00
  • 1c07ea15a3
    feat(keys): more advanced options for setting lazy key mappings Folke Lemaitre 2022-12-22 10:32:21 +01:00
  • 28f1511e0a
    fix: show mapleader warning with vim.schedule. Fixes #91 Folke Lemaitre 2022-12-22 09:12:06 +01:00
  • 2200284165
    fix(cache): overwrite cache entry with new modpath when loading a file. Fixes #90 Folke Lemaitre 2022-12-22 09:10:11 +01:00
  • 63042310f4
    feat(ui): show modpaths in debug Folke Lemaitre 2022-12-22 09:09:35 +01:00
  • dd9648f8ec
    fix(clean): update lockfile on clean (#88) EdenEast 2022-12-22 02:09:28 -05:00
  • 63418e8932 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-22 07:08:53 +00:00
  • 488b48779c
    fix(git): remove --also-filter-submodules. Fixes #86 #83 Folke Lemaitre 2022-12-22 08:08:07 +01:00
  • 3ea42cad7d
    fix(clean): update lockfile on clean EdenEast 2022-12-22 01:14:13 -05:00
  • 77638bc948 Update git version dependency Justin Heyes-Jones 2022-12-21 20:34:29 -08:00
  • dc150df456
    test(lockfile): create config dir if it does not exist Folke Lemaitre 2022-12-21 23:22:04 +01:00
  • 4cf176bdab
    fix(install): update lockfile also on install Folke Lemaitre 2022-12-21 23:18:35 +01:00
  • 7f6f31d66f
    fix(git): make sure we properly fetch git submodules. Fixes #72 Folke Lemaitre 2022-12-21 23:13:18 +01:00
  • a39d37b51a chore(build): auto-generate vimdoc github-actions[bot] 2022-12-21 21:28:58 +00:00
  • 2e14a2f324
    feat: added support for nvim --headless "+Lazy! sync" +qa Folke Lemaitre 2022-12-21 22:28:09 +01:00
  • bc617474a0
    feat!: lazy api commands now take an opts table instead of a list of plugins Folke Lemaitre 2022-12-21 22:27:36 +01:00
  • fd1fbefc3d
    feat(checker): defer checker to after VeryLazy to make sure nvim-notify and others are loaded Folke Lemaitre 2022-12-21 21:08:13 +01:00
  • 58f0876e81
    fix: removed spell again from site. not needed. can download in config/spell Folke Lemaitre 2022-12-21 20:09:12 +01:00
  • bbc17cb3b0 fix: only use dev url if plugin exists Sebastian Lyng Johansen 2022-12-21 20:05:32 +01:00
  • 94d012511d
    fix(rtp): keep site in rtp Folke Lemaitre 2022-12-21 19:58:20 +01:00
  • 6dbcdcec83 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-21 18:49:36 +00:00
  • 1fb10b987b
    docs: 'cmd' repeat twice (#75) C.D. MacEachern 2022-12-21 13:48:53 -05:00
  • b1be518639
    docs: 'cmd' repeat twice C.D. MacEachern 2022-12-21 13:47:48 -05:00
  • 472a091b77
    chore(main): release 5.2.0 (#55) v5.2.0 github-actions[bot] 2022-12-21 19:08:11 +01:00
  • beecf6e1b3
    chore(main): release 5.2.0 github-actions[bot] 2022-12-21 18:05:30 +00:00
  • f0e1b853a0
    feat: make hover easy to override Folke Lemaitre 2022-12-21 19:04:08 +01:00
  • 2ab651864f
    fix(keys): feedkeys should include pending keys. Fixes #71 Folke Lemaitre 2022-12-21 19:01:58 +01:00
  • d34a02d7b2
    ci: Update issue templates Folke Lemaitre 2022-12-21 18:49:00 +01:00
  • 2fd78fbed8
    fix(help): sort tags files for readmes so tags work properly. Fixes #67 Folke Lemaitre 2022-12-21 18:23:27 +01:00
  • eab449b9e5
    build: added .repro and debug to .gitignore Folke Lemaitre 2022-12-21 18:22:50 +01:00
  • b7c489b08f
    fix(loader): lua modules can be links instead of files. Fixes #66 Folke Lemaitre 2022-12-21 16:27:56 +01:00
  • 7a57ea28d3 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-21 15:08:40 +00:00
  • c228908ffc
    fix(health): don't show warning on module=false Folke Lemaitre 2022-12-21 16:07:49 +01:00
  • b68f94b95a
    ci: Update issue templates Folke Lemaitre 2022-12-21 15:39:44 +01:00
  • bbebb67934
    ci: Update issue templates Folke Lemaitre 2022-12-21 15:37:46 +01:00
  • 95fc814818 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-21 14:19:58 +00:00
  • 876f7bd471
    feat(loader): allow to add extra paths to rtp reset. Fixes #64 Folke Lemaitre 2022-12-21 15:19:14 +01:00
  • a345649510
    fix(cache): if we can't load from the cache modpath, find path again instead of erroring right away Folke Lemaitre 2022-12-21 14:56:46 +01:00
  • bbace14dc9
    fix(git): only mark a plugin as dirty if an update changed the commit HEAD. Fixes #62 Folke Lemaitre 2022-12-21 14:45:32 +01:00
  • a939243639
    fix(checker): allow git checks only for non-pinned plugins (#61) Tsakiris Tryfon 2022-12-21 15:39:08 +02:00
  • 57bea32e4f chore(build): auto-generate vimdoc github-actions[bot] 2022-12-21 13:35:54 +00:00
  • ff24f493ee
    fix(loader): source rtp /plugin files after loading start plugins. Fixes Folke Lemaitre 2022-12-21 14:34:31 +01:00
  • b802729bf6 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-21 10:43:46 +00:00
  • 9dfeface3f
    docs: fixed indentation of auto-generated code blocks Folke Lemaitre 2022-12-21 11:43:05 +01:00
  • 70e2393f89 fix(checker): allow git checks only for non-pinned plugins Tsakiris Tryfon 2022-12-21 12:42:26 +02:00
  • 71b2e2ff7d
    docs: lazy works on all OSs now Folke Lemaitre 2022-12-21 11:35:43 +01:00
  • 232232da5a
    fix(ui): install command can have plugins as a parameter Folke Lemaitre 2022-12-21 11:18:41 +01:00
  • 4ca30390ec
    feat(loader): warn when mapleader is changed after init Folke Lemaitre 2022-12-21 10:51:31 +01:00
  • 540847b7cb
    fix: strip / from dirs. Fixes #60 Folke Lemaitre 2022-12-21 10:17:10 +01:00
  • 86eaa118c6
    fix(git): dereference tag refs. Fixes #54 Folke Lemaitre 2022-12-21 10:13:18 +01:00
  • e95da35d09
    feat(util): utility method to get sync process output Folke Lemaitre 2022-12-21 10:12:39 +01:00
  • 3c3a711dda chore(build): auto-generate vimdoc github-actions[bot] 2022-12-21 08:04:42 +00:00
  • 44f80a7f5d
    feat(plugin): allow plugin files only without a main plugin module. Fixes #53 Folke Lemaitre 2022-12-21 09:03:40 +01:00
  • f5734f512f chore(build): auto-generate vimdoc github-actions[bot] 2022-12-21 07:34:02 +00:00
  • 3814883aaa
    fix(ui): set current win only when its valid Folke Lemaitre 2022-12-21 08:33:10 +01:00
  • 3a7b8c8132
    chore(main): release 5.1.0 (#30) v5.1.0 github-actions[bot] 2022-12-20 23:35:55 +01:00
  • 3606d62918
    fix: add after directories to rtp to make after/ftplugin and others work. Fixes #47 Folke Lemaitre 2022-12-20 23:35:06 +01:00
  • ef175604ff
    chore(main): release 5.1.0 github-actions[bot] 2022-12-20 22:16:05 +00:00
  • b193f96f7b
    fix(spec): only process a spec once Folke Lemaitre 2022-12-20 23:14:49 +01:00
  • 7be46bceef
    style: removed unused requires Folke Lemaitre 2022-12-20 22:32:16 +01:00
  • 897d6df5ac
    fix: add filetype to window buffer. (#41) Dan Sully 2022-12-20 21:23:00 +01:00
  • 27ff5a09e6
    Add filetype to window buffer. Dan Sully 2022-12-20 21:16:31 +01:00
  • 14300b3d04 chore(build): auto-generate vimdoc github-actions[bot] 2022-12-20 20:16:27 +00:00
  • 78e9d6c01d
    docs: add a note about mapleader Folke Lemaitre 2022-12-20 21:15:39 +01:00
  • 06ac8bda66
    perf(ui): clear existing extmarks before rendering Folke Lemaitre 2022-12-20 20:53:00 +01:00
  • ffcd0ab7bb
    fix(loader): source filetype.lua before plugins. Fixes #35 Folke Lemaitre 2022-12-20 20:32:37 +01:00