Enable formatter for js/ts
This commit is contained in:
parent
faf8fb166c
commit
ffac2052bd
3
init.lua
3
init.lua
|
|
@ -703,7 +703,8 @@ require('lazy').setup({
|
|||
-- python = { "isort", "black" },
|
||||
--
|
||||
-- You can use 'stop_after_first' to run the first available formatter from the list
|
||||
-- javascript = { "prettierd", "prettier", stop_after_first = true },
|
||||
javascript = { 'prettier', 'prettierd', stop_after_first = true },
|
||||
typescript = { 'prettier', 'prettierd', stop_after_first = true },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue