LazyVim.LazyVim/lua/lazyvim
Frederick Zhang f799b39eaf
fix(rust): avoid resetting cmp group_index to 1 (#2332)
For example, 'buffer' source by default has group_index = 2 [1], however
if we take all the sources plus crates and run them through
cmp.config.sources() again, since it's a one-dimensional list, all
group_indexes will be reset to 1.

[1] 879e29504d/lua/lazyvim/plugins/coding.lua (L74-L80)
2024-01-22 07:51:19 +01:00
..
config fix(options): change default conceal level to 2 (#2053) 2024-01-21 20:34:07 +01:00
plugins fix(rust): avoid resetting cmp group_index to 1 (#2332) 2024-01-22 07:51:19 +01:00
util feat(toggle): use vim.diagnostic.is_disabled when available (#2217) 2024-01-21 20:41:11 +01:00
health.lua fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00