(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" },
|
typescript = { "prettier" },
|
||||||
javascriptreact = { "prettier" },
|
javascriptreact = { "prettier" },
|
||||||
typescriptreact = { "prettier" },
|
typescriptreact = { "prettier" },
|
||||||
|
css = { "prettier" },
|
||||||
markdown = { "prettier" },
|
markdown = { "prettier" },
|
||||||
go = { "gofumpt" },
|
go = { "gofumpt" },
|
||||||
python = { "autopep8" },
|
python = { "autopep8" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue