Configures prettierd to watch css files.
This commit is contained in:
parent
a43d5c8f77
commit
1596889836
1
init.lua
1
init.lua
|
|
@ -758,6 +758,7 @@ require('lazy').setup({
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
json = { 'prettierd' },
|
json = { 'prettierd' },
|
||||||
|
css = { 'prettierd' },
|
||||||
yaml = { 'prettierd' },
|
yaml = { 'prettierd' },
|
||||||
-- Conform can also run multiple formatters sequentially
|
-- Conform can also run multiple formatters sequentially
|
||||||
-- python = { "isort", "black" },
|
-- python = { "isort", "black" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue