mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-23 19:16:47 +02:00
neovim: Remove prettier from the configuration
This commit is contained in:
parent
f776038d7a
commit
3eaaf71b2f
1 changed files with 2 additions and 6 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue