Commit graph

26 commits

Author SHA1 Message Date
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
LostNeophyte
38587e2241
fix(telescope): backwards compability (#3596)
* fix(telescope): no more errors if theme is nil

* fix: backwards compability
2023-01-10 09:58:48 +01:00
Christian Chiarulli
af73e3e3c4
feat: enable auto preview colorscheme by default (#3701) 2023-01-09 16:52:33 -05:00
LostNeophyte
245a71c9f7
feat(telescope): add lvim.builtin.telescope.theme (#3548)
fixes https://github.com/LunarVim/LunarVim/issues/3406
2022-12-08 12:11:13 +01:00
Mark Huggins
36c8bdee9f
refactor(plugins)!: remove nvim-notify from core (#3300) 2022-10-21 01:21:22 -04:00
Opal Mizrahi
096c5ca83a fix: use function for pickers 2022-10-09 02:20:35 +03:00
Opal Mizrahi
3d36b20de2 fix: move telescope.actions pcall to the top 2022-10-09 01:48:59 +03:00
Opal Mizrahi
53fb663efe fix: telescope delete_buffer binds correct scope 2022-10-08 23:10:28 +03:00
Philippe Richard
8767a17b5e
feat: move icons to a single icons file (#3115) 2022-10-02 23:48:23 -04:00
Latif Sulistyo
817337b17e
fix: small fixes on telescope pickers & breadcrumbs (#3060) 2022-09-22 13:16:38 -04:00
Christian Chiarulli
552197499c
feat: pickers (#3053) 2022-09-20 20:34:51 -04:00
Christian Chiarulli
f34dbc94c2
feat: better telescopic experience (#3052) 2022-09-20 20:13:37 -04:00
Philipp Schmitt
03ec31253f
feat(telecope): set show_untracked by default (#2984)
* feat: optionally show untracked files with find_project_files

* feat(telecope): set show_untracked by default

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-09-20 10:32:35 +04:30
Abouzar Parvan
0ee8b8f653
feat: fix a couple of issues (#2750)
* fix(nvimtree): do not set key if disabled

* fix(telescope): move pickers of out defaults

* fix(install): use proper gentoo installation
2022-06-23 10:27:18 +04:30
Xavier Young
42529e1c4f
fix: load notify's telescope extension properly (#2586)
* fix: load notify's telescope extension

* fix: add which-key integration for notify
2022-05-15 15:59:36 +02:00
Rafael Madriz
cbeff80603 ref(telescope): don't overwrite default cmd to show hidden files
There's no need to overwrite default `find_files` command if we only
want to show hidden files. Instead we can pass the `hidden` option.
See: `help telescope.builtin.find_files()`

Ref: #1702
2022-05-09 22:07:07 -03:00
Abouzar Parvan
10449b4e09
feat(neovim): neovim 0.8 compatibility (#2544) 2022-05-03 03:38:21 +04:30
Abouzar Parvan
ea0e1f99e7
fix(telescope): set <cr> binding to actions.select_default only (#2395) 2022-03-26 12:34:19 +01:00
kylo252
4c705bc07d
feat(windows): add custom config_win.example.lua (#2330) 2022-03-10 09:54:38 +01:00
Abouzar Parvan
2a9f9998ac
chore(plugins): bump version (#2315) 2022-02-27 15:49:17 +03:30
dundargoc
4400e39a69
chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30
Jieru Mei
b6d1aa8a31
fix: better default, ignore .git in live_grep (#2020) 2021-12-02 17:46:50 +01:00
ChristianChiarulli
6b3e0574a3 fix: pcall telescope actions 2021-11-04 22:50:19 -04:00
ChristianChiarulli
f3d9ef138d fix: make telescope default mappings overrideable 2021-11-04 15:49:41 -04:00
kylo252
ef41a3d24e
feat: better telescope integration (#1702) 2021-10-15 16:33:34 +02:00
kylo252
52b7455741
feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
Renamed from lua/core/telescope.lua (Browse further)