From ece1b9ec93416683717f4308f62ac154f3e9d045 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 6 Mar 2025 14:40:59 +0100 Subject: feat: Sync --- lua/gabrielgio/lsp.lua | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lua/gabrielgio/lsp.lua') diff --git a/lua/gabrielgio/lsp.lua b/lua/gabrielgio/lsp.lua index 6857b5d..5eb3908 100644 --- a/lua/gabrielgio/lsp.lua +++ b/lua/gabrielgio/lsp.lua @@ -44,16 +44,6 @@ lsp_config.gopls.setup({ on_attach = on_attach, }) -lsp_config.yamlls.setup({ - settings = { - yaml = { - schemas = { - ["https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/schemas/v3.0/schema.yaml"] = "/api-specs/v2/*", - }, - }, - }, -}) - lsp_config.lua_ls.setup({ on_attach = on_attach, settings = { -- cgit v1.2.3