feat: extras.formatting.prettier
This commit is contained in:
parent
2765de277a
commit
f9c2b86c6d
3 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,7 @@
|
||||||
stylua
|
stylua
|
||||||
alejandra
|
alejandra
|
||||||
biome
|
biome
|
||||||
|
nodePackages.prettier
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -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' },
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ return {
|
||||||
---@class ConformOpts
|
---@class ConformOpts
|
||||||
opts = {
|
opts = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
|
liquid = { 'prettier' },
|
||||||
nix = { 'alejandra' },
|
nix = { 'alejandra' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue