Commit graph

35 commits

Author SHA1 Message Date
Christian Chiarulli
29f94e4361
fix: support text if marksman lang server (#4144) 2023-05-08 13:52:06 -04:00
Khilseith
57395bcc8a
fix: copilot indent reset (#3343) (#3960) 2023-03-19 21:54:41 -07:00
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
277079ff45
ci: enable format workflow on master (#3623) 2022-12-16 12:58:35 +01:00
Mathieu Cartaud
f50e49a3cc
feat(cmp): add on_config_done callback (#3589) 2022-12-13 16:25:55 +01:00
Hamothy
9239a25fa7
feat: support 'hrsh7th/cmp-cmdline' by default (#3545) 2022-12-05 11:42:38 +01:00
Christian Chiarulli
73d225fffb fix: cmp will behave closer to how people expect 2022-11-10 09:06:55 -05:00
Christian Chiarulli
f6e5dc0d44 fix: don't complete in prompt ft 2022-11-02 15:09:00 -04:00
Christian Chiarulli
5ee46d27e5
feat: toggle cmp active (#3398) 2022-11-02 13:16:20 -04:00
Christian Chiarulli
6ea5341a84
fix: statusline and breadcrumbs hls reload with config reload (#3376) 2022-10-31 12:26:13 -04:00
Daniel Rodríguez Rivero
c94450633a
fix: name treesitter source in cmp (#3223) 2022-10-14 12:02:14 +03:30
Ali Almohaya
5aec1756ce
feat(cmp): add configs for cmp.setup.cmdline (#3180) 2022-10-08 23:10:53 +00:00
ChristianChiarulli
a9f544ca78 feat: reduce noise from LSP text comes from buffer source anyway 2022-10-07 04:25:40 -04:00
opalmay
9509cadf40
feat: buffer cmp for search, and path for command mode (#3147) 2022-10-07 01:17:18 -04:00
Christian Chiarulli
9dfb9ef250
feat: add new copilot and other sources (#3171) 2022-10-07 00:50:01 -04:00
Philippe Richard
8767a17b5e
feat: move icons to a single icons file (#3115) 2022-10-02 23:48:23 -04:00
Christian Chiarulli
90b4b55bf4
fix: supertab should tab if menu is not available (#3079) 2022-09-25 16:53:23 -04:00
Christian Chiarulli
a4c2dc4d0b
refactor: small improvements (#3021) 2022-09-15 23:33:08 -04:00
Daniel Rodríguez Rivero
461203bf25
fix(cmp): fix cmp select on CR (#2980)
* 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-07 09:09:00 +02:00
Daniel Rodríguez Rivero
90c9bd943e
fix(cmp): do not mutate the original confirm_opts on CR (#2979) 2022-09-01 13:52:36 +02:00
kylo252
9fcb6bbd81
refactor(cmp)!: adapt new recommendations (#2913) 2022-08-29 13:53:58 +02:00
rebuilt
caac70d22e
perf(cmp): remove redundant check for emmet-ls (#2830) 2022-07-31 14:33:55 +02:00
Philipp Schmitt
d0c5393543
feat: add cmp-tmux to the list of sources (#2542) 2022-05-01 15:57:28 +02:00
Abouzar Parvan
6a66e39f29
feat(icons): make it possible to disable icons (#2529) 2022-04-28 19:00:39 +04:30
Abouzar Parvan
bc90e8174f
fix(cmp): bring back default keybindings (#2470) 2022-04-15 05:34:24 +04:30
Abouzar Parvan
332e974b53
feat(cmp): documentation is deprecated in favor of window.documentation (#2461) 2022-04-14 23:17:06 +04:30
xeluxee
4d1cfc4687
[Feature] Add option to set maximum cmp menu width (#2425) 2022-04-07 22:48:32 +04:30
kylo252
5c0ccff78f
fix: correct order for cmp's setup (#1999) 2021-11-28 16:52:56 +01:00
Chase Colman
b23533f4c5 fix(cmp): if possible jump in the snippet after completion
fix(cmp): update cmp to fix textwidth calculation and indent bugs
2021-11-10 11:09:42 +01:00
ChristianChiarulli
ad9eb6ca0a feat: (kind, abbr, menu) cmp format 2021-11-04 15:37:14 -04:00
kylo252
377cab434c feat: update now syncs the core plugins (#1865) 2021-10-30 14:39:00 +02:00
Chase Colman
177916d63d
feat(cmp): expose lunarvim's cmp helper methods (#1844)
Co-authored-by: xeluxee <88047141+xeluxee@users.noreply.github.com>
2021-10-25 18:54:27 +02:00
kylo252
27ffaab737
feat: make cmp keyword_length easier to configure (#1840) 2021-10-24 14:22:39 +02:00
xeluxee
92c07ed89f fix(cmp): fix <C-j> and <C-k> keybindings not working 2021-10-16 20:36:21 +02:00
kylo252
52b7455741
feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
Renamed from lua/core/cmp.lua (Browse further)