File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments