feat(nvim): Replace formatter with conform
This commit is contained in:
parent
f872b0e054
commit
d98afc2ee5
2 changed files with 7 additions and 20 deletions
|
@ -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";
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue