prettier
This commit is contained in:
parent
7a09394d5b
commit
0e024b9b8b
2 changed files with 1 additions and 24 deletions
|
@ -18,7 +18,7 @@ return {
|
|||
opts = function(_, opts)
|
||||
-- add more things to the ensure_installed table protecting against community packs modifying it
|
||||
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
|
||||
-- "prettier",
|
||||
"prettier",
|
||||
-- "stylua",
|
||||
})
|
||||
end,
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
return {
|
||||
"MunifTanjim/prettier.nvim",
|
||||
config = function()
|
||||
prettier.setup({
|
||||
bin = 'prettierd', -- or `'prettierd'` (v0.23.3+)
|
||||
filetypes = {
|
||||
"css",
|
||||
"graphql",
|
||||
"html",
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"json",
|
||||
"less",
|
||||
"markdown",
|
||||
"scss",
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"yaml",
|
||||
"astro",
|
||||
},
|
||||
})
|
||||
end
|
||||
}
|
Loading…
Reference in a new issue