mirror of https://github.com/helix-editor/helix
Merge ad2b2359de
into 1315b7e2b1
commit
c59e63f39c
|
@ -1425,6 +1425,8 @@ comment-token = "#"
|
|||
indent = { tab-width = 2, unit = " " }
|
||||
language-servers = [ "yaml-language-server", "ansible-language-server" ]
|
||||
injection-regex = "yml|yaml"
|
||||
formatter = { command = "yamlfmt", args = ['-'] }
|
||||
auto-format = true
|
||||
|
||||
[[grammar]]
|
||||
name = "yaml"
|
||||
|
|
Loading…
Reference in New Issue