mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 08:41:33 +00:00
change prettier formatter to prettierd
This commit is contained in:
@ -84,11 +84,11 @@ local ensure_installed = {
|
||||
},
|
||||
-- Formatters
|
||||
formatters = {
|
||||
"prettier", -- prettier formatter
|
||||
"prettierd", -- prettier formatter
|
||||
"stylua", -- lua formatter
|
||||
"isort", -- python formatter
|
||||
-- "black", -- python formatter
|
||||
"shfmt",
|
||||
-- "shfmt",
|
||||
"goimports",
|
||||
"gofumpt",
|
||||
"golines",
|
||||
|
Reference in New Issue
Block a user