feat(nvim): Replace formatter with conform

This commit is contained in:
Jalil David Salamé Messina 2024-03-02 21:27:50 +01:00
parent f872b0e054
commit d98afc2ee5
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 7 additions and 20 deletions

View file

@ -144,4 +144,11 @@
lua = true;
options.desc = "Find Quickfix";
}
{
mode = "n";
key = "<leader>w";
action = "require'conform'.format";
lua = true;
options.desc = "Format buffer";
}
]