LunarVim/lua/lvim
LostNeophyte 60c7ad77fd
perf: lazy load most plugins (#3750)
* perf: lazy load most plugins

* fix(lazy): suggested fixes for pref/lazyloading branch (#3754)

fix(lazy): Suggested fixes from previous comments

fix(lazy): applying suggestions from code review

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>

Co-authored-by: Pratyush Bharati <pbharati@Pratyushs-MacBook-Pro.local>
Co-authored-by: LostNeophyte <lostneophyte@tuta.io>

* chore: format

* move lazy utils to modules.lua

* simplify telescope actions

* refactor: cmp_window local name

* feat: more lazy loading cmds

* refactor(cmp): minor clean up

* perf: set lazy loading by default

* refactor(alpha): remove broken lazy load

* revert: explictily set lazy loading

This reverts commit ba38193e4e.

* test: enable lazy-loading for bigfile

* perf: defer projects and alpha to VimEnter

* refactor(bufferline): add comment

* perf: better lazy load dap/dapui

* perf: lazy load ts-commentstring with Comment.nvim pre_hook

---------

Co-authored-by: pr-313 <46706232+pr-313@users.noreply.github.com>
Co-authored-by: Pratyush Bharati <pbharati@Pratyushs-MacBook-Pro.local>
Co-authored-by: opalmay <opal.mizrahi2@gmail.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2023-02-04 17:22:41 +02:00
..
config perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
core perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
interface chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30
lsp perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
utils perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
bootstrap.lua refactor: migrate to lazy.nvim (#3647) 2023-01-10 21:18:17 +01:00
icons.lua feat: use codicons that are available for nerdfonts now (#3646) 2022-12-22 01:17:00 -05:00
keymappings.lua feat(keybindings): operator pending mode (#3626) 2022-12-21 09:23:07 +01:00
plugin-loader.lua perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
plugins.lua perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
utils.lua refactor: migrate to lazy.nvim (#3647) 2023-01-10 21:18:17 +01:00