neovim: Remove prettier from the configuration

This commit is contained in:
Quentin Boyer 2026-04-12 15:02:17 +02:00
parent f776038d7a
commit 3eaaf71b2f

View file

@ -104,7 +104,6 @@
};
html = {
formatter = [
"prettier"
(lib.nixvim.mkRaw "djlint_fmt")
];
};
@ -113,13 +112,10 @@
linter = "djlint";
};
json = {
formatter = "prettier";
};
css = {
formatter = "prettier";
formatter = "biome";
};
ts = {
formatter = "prettier";
formatter = "biome";
};
gitcommit = {
linter = "gitlint";