Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-04 | perf: 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-10 | fix(telescope): backwards compability (#3596) | LostNeophyte | |
* fix(telescope): no more errors if theme is nil * fix: backwards compability | |||
2023-01-09 | feat: enable auto preview colorscheme by default (#3701) | Christian Chiarulli | |
2022-12-08 | feat(telescope): add `lvim.builtin.telescope.theme` (#3548) | LostNeophyte | |
fixes https://github.com/LunarVim/LunarVim/issues/3406 | |||
2022-10-21 | refactor(plugins)!: remove nvim-notify from core (#3300) | Mark Huggins | |
2022-10-09 | fix: use function for pickers | Opal Mizrahi | |
2022-10-09 | fix: move telescope.actions pcall to the top | Opal Mizrahi | |
2022-10-08 | fix: telescope delete_buffer binds correct scope | Opal Mizrahi | |
2022-10-02 | feat: move icons to a single icons file (#3115) | Philippe Richard | |
2022-09-22 | fix: small fixes on telescope pickers & breadcrumbs (#3060) | Latif Sulistyo | |
2022-09-20 | feat: pickers (#3053) | Christian Chiarulli | |
2022-09-20 | feat: better telescopic experience (#3052) | Christian Chiarulli | |
2022-09-20 | feat(telecope): set show_untracked by default (#2984) | Philipp Schmitt | |
* feat: optionally show untracked files with find_project_files * feat(telecope): set show_untracked by default Co-authored-by: kylo252 <[email protected]> | |||
2022-06-23 | feat: fix a couple of issues (#2750) | Abouzar Parvan | |
* fix(nvimtree): do not set key if disabled * fix(telescope): move pickers of out defaults * fix(install): use proper gentoo installation | |||
2022-05-15 | fix: load notify's telescope extension properly (#2586) | Xavier Young | |
* fix: load notify's telescope extension * fix: add which-key integration for notify | |||
2022-05-09 | ref(telescope): don't overwrite default cmd to show hidden files | Rafael Madriz | |
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-03 | feat(neovim): neovim 0.8 compatibility (#2544) | Abouzar Parvan | |
2022-03-26 | fix(telescope): set <cr> binding to actions.select_default only (#2395) | Abouzar Parvan | |
2022-03-10 | feat(windows): add custom config_win.example.lua (#2330) | kylo252 | |
2022-02-27 | chore(plugins): bump version (#2315) | Abouzar Parvan | |
2022-02-18 | chore: fix typos (#2292) | dundargoc | |
2021-12-02 | fix: better default, ignore `.git` in `live_grep` (#2020) | Jieru Mei | |
2021-11-04 | fix: pcall telescope actions | ChristianChiarulli | |
2021-11-04 | fix: make telescope default mappings overrideable | ChristianChiarulli | |
2021-10-15 | feat: better telescope integration (#1702) | kylo252 | |
2021-10-10 | feat: add an independent lvim namespace (#1699) | kylo252 | |