revert conform

This commit is contained in:
Sam 2025-01-12 10:24:19 +00:00
parent 5a8a30e053
commit 27e1e74488
1 changed files with 18 additions and 20 deletions

View File

@ -1,7 +1,6 @@
{
programs.nixvim.plugins.conform-nvim = {
enable = true;
settings = {
notifyOnError = true;
logLevel = "debug";
formattersByFt = {
@ -21,7 +20,6 @@
"shfmt"
];
};
};
# formatters = {
# sql-formatter = {
# command = "sql-formatter";