update plugin configs
This commit is contained in:
parent
77e8e0b88b
commit
7d42f1af29
2 changed files with 9 additions and 1 deletions
|
@ -19,7 +19,7 @@ return {
|
|||
formatters_by_ft = {
|
||||
lua = { "stylua" },
|
||||
python = { "isort", "black" },
|
||||
javascript = { { "prettierd", "prettier" } },
|
||||
javascript = { "prettierd", "prettier", stop_after_first = true },
|
||||
},
|
||||
-- Set up format-on-save
|
||||
format_on_save = { timeout_ms = 500, lsp_fallback = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue