feat: extras.formatting.prettier

This commit is contained in:
punkfairie 2025-03-08 15:14:00 -08:00
parent 2765de277a
commit f9c2b86c6d
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 3 additions and 0 deletions

View file

@ -113,6 +113,7 @@
stylua stylua
alejandra alejandra
biome biome
nodePackages.prettier
]; ];
}; };

View file

@ -51,6 +51,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.editor.refactoring' }, { import = 'lazyvim.plugins.extras.editor.refactoring' },
{ import = 'lazyvim.plugins.extras.formatting.biome' }, { import = 'lazyvim.plugins.extras.formatting.biome' },
{ import = 'lazyvim.plugins.extras.formatting.prettier' },
{ import = 'lazyvim.plugins.extras.lang.nix' }, { import = 'lazyvim.plugins.extras.lang.nix' },

View file

@ -5,6 +5,7 @@ return {
---@class ConformOpts ---@class ConformOpts
opts = { opts = {
formatters_by_ft = { formatters_by_ft = {
liquid = { 'prettier' },
nix = { 'alejandra' }, nix = { 'alejandra' },
}, },
}, },