Commit Graph

10 Commits

Author SHA1 Message Date
Md. Iftakhar Awal Chowdhury
14d2a9baa1 fix(schemastore): use before_init instead of on_new_config to load schema store (#6427)
## Description

`vim.lsp.config` doesn't provide `on_new_config`, which is causing
`b0o/SchemaStore.nvim` fail to load.
This PR replaces `on_new_config` with `before_init` fixing the issue.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2025-09-15 21:17:45 +02:00
Folke Lemaitre
ab41ff551b refactor: use lazy's new opts_extend functionality for treesitter and mason 2024-06-07 09:03:59 +02:00
Folke Lemaitre
f8268faa7c fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
Folke Lemaitre
c98fbef3b5 fix(json): added *.json to recommended 2024-06-01 11:20:50 +02:00
Folke Lemaitre
c29213416b feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
Folke Lemaitre
9d17c43087 perf: dont't load schemastore as an lspconfig dep 2023-10-01 16:21:18 +02:00
Folke Lemaitre
280f4cf299 fix(treesitter): dont add to ensure_installed when "all". Fixes #98 2023-01-22 10:36:49 +01:00
Folke Lemaitre
3d498ee713 fix(version): don't use version for schemastore and nvim-cmp. Last version is too old 2023-01-16 20:39:20 +01:00
Folke Lemaitre
04a898a326 fix(json): correct case for SchemaStore.nvim 2023-01-10 11:14:27 +01:00
Folke Lemaitre
011356e70e feat(lang): added json support 2023-01-09 08:29:13 +01:00