1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-20 03:09:09 +00:00

[neovim] Remove yaml-companion and add SchemaStore.nvim

This commit is contained in:
2025-09-19 19:23:18 +02:00
parent d090709d1c
commit 6b87793f44
6 changed files with 44 additions and 46 deletions

View File

@@ -177,30 +177,7 @@ require("lazy").setup({
{ "f-person/git-blame.nvim" },
-- YAML
{
"someone-stole-my-name/yaml-companion.nvim",
ft = { "yaml" },
opts = {
lspconfig = {
settings = {
redhat = {
telemetry = {
enabled = false,
},
},
-- yaml = {
-- schemas = {
-- ["https://custom/github-workflow.json"] = "/.github/workflows/*",
-- },
-- },
},
},
},
config = function(_, opts)
local cfg = require("yaml-companion").setup(opts)
require("lspconfig")["yamlls"].setup(cfg)
end,
},
{ "b0o/schemastore.nvim" },
-- DAP
{ "mfussenegger/nvim-dap", event = "VeryLazy", version = "0.*" },