nvim: move from native formatter to formatter.nvim

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent 1b57f9f7cd
commit 39b1269674
4 changed files with 35 additions and 3 deletions

View File

@ -30,6 +30,7 @@ wk.register({
d = "Go To Definition",
e = "Show Line Diagnostics",
f = "Format Code",
F = "Format Code And Write Changes",
i = "Show Implementations",
k = "Hover",
n = "Rename",