(nvim) add prettier as css formatter
This commit is contained in:
parent
c3e0c0789f
commit
5ec1faa0d1
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ return {
|
|||
typescript = { "prettier" },
|
||||
javascriptreact = { "prettier" },
|
||||
typescriptreact = { "prettier" },
|
||||
css = { "prettier" },
|
||||
markdown = { "prettier" },
|
||||
go = { "gofumpt" },
|
||||
python = { "autopep8" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue