revert conform
This commit is contained in:
parent
5a8a30e053
commit
27e1e74488
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
programs.nixvim.plugins.conform-nvim = {
|
programs.nixvim.plugins.conform-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
|
||||||
notifyOnError = true;
|
notifyOnError = true;
|
||||||
logLevel = "debug";
|
logLevel = "debug";
|
||||||
formattersByFt = {
|
formattersByFt = {
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
"shfmt"
|
"shfmt"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
# formatters = {
|
# formatters = {
|
||||||
# sql-formatter = {
|
# sql-formatter = {
|
||||||
# command = "sql-formatter";
|
# command = "sql-formatter";
|
||||||
|
|
Loading…
Reference in New Issue