home: vim: 'unimpaired' mappings for formatting
continuous-integration/drone/push Build is passing Details

I'll migrate to calling the lua API directly if they stop expecting a
non-nil argument.
This commit is contained in:
Bruno BELANYI 2023-03-17 16:53:19 +00:00
parent 0241bfc781
commit 84fc1601c5
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,7 @@ local keys = {
b = "Light background",
c = "Cursor line",
d = "Diff",
f = { "<cmd>FormatEnable<CR>", "LSP Formatting" },
h = "Search high-lighting",
i = "Case insensitive search",
l = "List mode",
@ -88,6 +89,7 @@ local keys = {
b = "Light background",
c = "Cursor line",
d = "Diff",
f = { "<cmd>FormatDisable<CR>", "LSP Formatting" },
h = "Search high-lighting",
i = "Case insensitive search",
l = "List mode",
@ -106,6 +108,7 @@ local keys = {
b = "Light background",
c = "Cursor line",
d = "Diff",
f = { "<cmd>FormatToggle<CR>", "LSP Formatting" },
h = "Search high-lighting",
i = "Case insensitive search",
l = "List mode",