revert conform
This commit is contained in:
parent
5a8a30e053
commit
27e1e74488
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue