mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
enc: update config auto conform
This commit is contained in:
parent
dd872b6ea5
commit
19abed8ac0
2 changed files with 11 additions and 11 deletions
|
@ -46,15 +46,15 @@ if disable then
|
|||
},
|
||||
-- add new mapping to conform
|
||||
add_new = {
|
||||
-- ["jsonc"] = "prettier",
|
||||
-- ["json"] = "prettier",
|
||||
-- ["typescriptreact"] = "prettier",
|
||||
-- ["jsonc"] = {"prettier"},
|
||||
-- ["json"] = {"prettier"},
|
||||
-- ["typescriptreact"] = {"prettier"},
|
||||
},
|
||||
-- disable register mason to conform
|
||||
ignore = {
|
||||
-- ["php"] = "tlint",
|
||||
-- ["lua"] = "ast-grep",
|
||||
-- ["kotlin"] = "ktlint",
|
||||
-- ["php"] = {"tlint"},
|
||||
-- ["lua"] = {"ast-grep"},
|
||||
-- ["kotlin"] = {"ktlint"},
|
||||
},
|
||||
})
|
||||
-- other conform config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue