Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-19 | fix: copilot indent reset (#3343) (#3960) | Khilseith | |
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]> | |||
2022-12-16 | ci: enable format workflow on master (#3623) | LostNeophyte | |
2022-12-13 | feat(cmp): add on_config_done callback (#3589) | Mathieu Cartaud | |
2022-12-05 | feat: support 'hrsh7th/cmp-cmdline' by default (#3545) | Hamothy | |
2022-11-10 | fix: cmp will behave closer to how people expect | Christian Chiarulli | |
2022-11-02 | fix: don't complete in prompt ft | Christian Chiarulli | |
2022-11-02 | feat: toggle cmp active (#3398) | Christian Chiarulli | |
2022-10-31 | fix: statusline and breadcrumbs hls reload with config reload (#3376) | Christian Chiarulli | |
2022-10-14 | fix: name treesitter source in cmp (#3223) | Daniel RodrÃguez Rivero | |
2022-10-08 | feat(cmp): add configs for cmp.setup.cmdline (#3180) | Ali Almohaya | |
2022-10-07 | feat: reduce noise from LSP text comes from buffer source anyway | ChristianChiarulli | |
2022-10-07 | feat: buffer cmp for search, and path for command mode (#3147) | opalmay | |
2022-10-07 | feat: add new copilot and other sources (#3171) | Christian Chiarulli | |
2022-10-02 | feat: move icons to a single icons file (#3115) | Philippe Richard | |
2022-09-25 | fix: supertab should tab if menu is not available (#3079) | Christian Chiarulli | |
2022-09-15 | refactor: small improvements (#3021) | Christian Chiarulli | |
2022-09-07 | fix(cmp): fix cmp select on CR (#2980) | Daniel RodrÃguez Rivero | |
* fix(cmp): fix cmp select on CR When cmp prompt is open and nothing is selected <cr> did nothing Also fixes snippets texts being overwritten when you select an option fixes #2977 * fixup!: little refactor | |||
2022-09-01 | fix(cmp): do not mutate the original confirm_opts on CR (#2979) | Daniel RodrÃguez Rivero | |
2022-08-29 | refactor(cmp)!: adapt new recommendations (#2913) | kylo252 | |
2022-07-31 | perf(cmp): remove redundant check for emmet-ls (#2830) | rebuilt | |
2022-05-01 | feat: add cmp-tmux to the list of sources (#2542) | Philipp Schmitt | |
2022-04-28 | feat(icons): make it possible to disable icons (#2529) | Abouzar Parvan | |
2022-04-15 | fix(cmp): bring back default keybindings (#2470) | Abouzar Parvan | |
2022-04-14 | feat(cmp): documentation is deprecated in favor of window.documentation (#2461) | Abouzar Parvan | |
2022-04-07 | [Feature] Add option to set maximum cmp menu width (#2425) | xeluxee | |
2021-11-28 | fix: correct order for cmp's setup (#1999) | kylo252 | |
2021-11-10 | fix(cmp): if possible jump in the snippet after completion | Chase Colman | |
fix(cmp): update cmp to fix textwidth calculation and indent bugs | |||
2021-11-04 | feat: (kind, abbr, menu) cmp format | ChristianChiarulli | |
2021-10-30 | feat: update now syncs the core plugins (#1865) | kylo252 | |
2021-10-25 | feat(cmp): expose lunarvim's cmp helper methods (#1844) | Chase Colman | |
Co-authored-by: xeluxee <[email protected]> | |||
2021-10-24 | feat: make cmp keyword_length easier to configure (#1840) | kylo252 | |
2021-10-16 | fix(cmp): fix <C-j> and <C-k> keybindings not working | xeluxee | |
2021-10-10 | feat: add an independent lvim namespace (#1699) | kylo252 | |