perf: dont't load schemastore as an lspconfig dep
This commit is contained in:
2 files changed
+14
-8
No files matched your search
@@ -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 = {
|
||||||
|
|||||||
Reference in new issue
Block a user