mirror of
https://github.com/d3m0k1d/dots.git
synced 2026-03-14 18:02:44 +00:00
Upd zsh alias
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user