summaryrefslogtreecommitdiff
path: root/lua/lvim/core/lir.lua
AgeCommit message (Collapse)Author
2023-04-15fix: use `require` instead of `reload` in pcalls (#4038)YinAqu
fix(core): reload error signal
2023-02-04perf: lazy load most plugins (#3750)LostNeophyte
* 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 <[email protected]> Co-authored-by: Pratyush Bharati <[email protected]> Co-authored-by: LostNeophyte <[email protected]> * 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 ba38193e4ebfa5acc8afa2b35247c5420d9a2739. * 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 <[email protected]> Co-authored-by: Pratyush Bharati <[email protected]> Co-authored-by: opalmay <[email protected]> Co-authored-by: kylo252 <[email protected]>
2023-01-13fix(lir): nil check, simpler logic (#3725)LostNeophyte
* fix(lir): nil check * simpler logic
2023-01-13fix(icons): make devicons optional (#3616)LostNeophyte
* fix(icons): make devicons optional * code review suggestion * fix: devicons_enable > devicons.enable
2023-01-12refactor: move to upstream lir (#3711)opalmay
* refactor: move to upstream lir * chore: lint
2023-01-07feat: update setup tables (#3693)opalmay
* feat(nvim-tree): update setup table * chore: lint * fix: move option to correct place * feat(illuminate): update setup table * feat(which-key): update setup table * feat(project.nvim): update setup table * feat(gitsigns): update setup table * chore: lint * feat(lir): update setup table
2022-10-25fix(icons): do not reload `nvim-web-devicons` module (#3344)CPea
2022-10-04refactor: more deliberate reload (#3133)kylo252
2022-10-02feat: move icons to a single icons file (#3115)Philippe Richard
2022-10-03feat: reload and lir color update (#3123)Christian Chiarulli
2022-09-19feat: a less noisy tree (#3042)Christian Chiarulli
2022-09-19fix: remove warning messageChristian Chiarulli
2022-09-19feat: add lir.nvim again (#3038)Christian Chiarulli
2022-09-17revert: lir.nvim is still broken (#3036)kylo252
2022-09-16feat: add lir.nvim (#3031)kylo252
2022-09-16revert: remove incomplete lir integration (#3030)kylo252
2022-09-15refactor: small improvements (#3021)Christian Chiarulli