Enable formatter for js/ts
This commit is contained in:
parent
faf8fb166c
commit
ffac2052bd
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue