Upd zsh alias

This commit is contained in:
d3m0k1d
2026-02-12 19:01:39 +03:00
parent 4f6e47b2eb
commit 65fc2c31ff
2 changed files with 16 additions and 1 deletions

View File

@@ -44,6 +44,18 @@ return {
-- customize language server configuration options passed to `lspconfig`
---@diagnostic disable: missing-fields
config = {
yamlls = {
settings = {
yaml = {
schemas = {
["https://goreleaser.com/static/schema.json"] = {
".goreleaser.yaml",
".goreleaser.yml"
},
},
},
},
}
-- clangd = { capabilities = { offsetEncoding = "utf-8" } },
},
-- customize how language servers are attached