fix formatters
This commit is contained in:
parent
a262dc2b60
commit
d7cffd0079
6
init.lua
6
init.lua
|
|
@ -768,9 +768,9 @@ require('lazy').setup({
|
||||||
-- python = { 'isort', 'black' },
|
-- python = { 'isort', 'black' },
|
||||||
--
|
--
|
||||||
-- You can use 'stop_after_first' to run the first available formatter from the list
|
-- You can use 'stop_after_first' to run the first available formatter from the list
|
||||||
javascript = { 'prettierd', 'prettier', stop_after_first = false },
|
javascript = { 'prettier', 'prettierd', stop_after_first = false },
|
||||||
html = { 'prettierd', 'prettier', stop_after_first = false },
|
html = { 'prettier', 'htmlbeautifier', 'prettierd', stop_after_first = true },
|
||||||
htmlangular = { 'htmlbeautifier', stop_after_first = false },
|
htmlangular = { 'prettier', 'htmlbeautifier', stop_after_first = true },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue