Skip to content

Commit f738614

Browse files
authored
feat(ansible): Remove prettier & prettierd (#1622)
1 parent 97d0332 commit f738614

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

lua/astrocommunity/pack/ansible/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ This plugin pack does the following:
1111
- Adds the following `nvim-lint` sources:
1212
- [ansible-lint](https://github.com/ansible/ansible-lint)
1313
- Adds [pearofducks/ansible-vim](https://github.com/pearofducks/ansible-vim), and sets it up to be loaded for `yaml.ansible` file types
14-
- Configures [stevearc/conform.nvim](https://github.com/stevearc/conform.nvim) to use `prettierd` and `prettier` for `yaml.ansible` file types

lua/astrocommunity/pack/ansible/init.lua

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ return {
5454
end,
5555
},
5656
{ "pearofducks/ansible-vim", ft = "yaml.ansible" },
57-
{
58-
"stevearc/conform.nvim",
59-
optional = true,
60-
opts = {
61-
formatters_by_ft = {
62-
["yaml.ansible"] = { "prettierd", "prettier", stop_after_first = true },
63-
},
64-
},
65-
},
6657
{
6758
"mfussenegger/nvim-lint",
6859
optional = true,

0 commit comments

Comments
 (0)