mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
perf: dont't load schemastore as an lspconfig dep
This commit is contained in:
parent
2aea5c7210
commit
9d17c43087
2 changed files with 14 additions and 8 deletions
|
@ -10,13 +10,16 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- yaml schema support
|
||||||
|
{
|
||||||
|
"b0o/SchemaStore.nvim",
|
||||||
|
lazy = true,
|
||||||
|
version = false, -- last release is way too old
|
||||||
|
},
|
||||||
|
|
||||||
-- correctly setup lspconfig
|
-- correctly setup lspconfig
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
dependencies = {
|
|
||||||
"b0o/SchemaStore.nvim",
|
|
||||||
version = false, -- last release is way too old
|
|
||||||
},
|
|
||||||
opts = {
|
opts = {
|
||||||
-- make sure mason installs the server
|
-- make sure mason installs the server
|
||||||
servers = {
|
servers = {
|
||||||
|
|
|
@ -10,13 +10,16 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- yaml schema support
|
||||||
|
{
|
||||||
|
"b0o/SchemaStore.nvim",
|
||||||
|
lazy = true,
|
||||||
|
version = false, -- last release is way too old
|
||||||
|
},
|
||||||
|
|
||||||
-- correctly setup lspconfig
|
-- correctly setup lspconfig
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
dependencies = {
|
|
||||||
"b0o/SchemaStore.nvim",
|
|
||||||
version = false, -- last release is way too old
|
|
||||||
},
|
|
||||||
opts = {
|
opts = {
|
||||||
-- make sure mason installs the server
|
-- make sure mason installs the server
|
||||||
servers = {
|
servers = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue