9 lines
164 B
Nix
9 lines
164 B
Nix
{...}: {
|
|
vim.formatter.conform-nvim = {
|
|
enable = true;
|
|
setupOpts.format_on_save = {
|
|
timeout_ms = 2000;
|
|
lsp_format = "fallback";
|
|
};
|
|
};
|
|
}
|