From dcc38607f207af8e2c0cebe36e49018929057f1b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 12 Sep 2023 23:35:19 +0200 Subject: nvim: Format all the code with the lua LSP --- .config/nvim/lua/mango/remap.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/nvim/lua/mango/remap.lua') diff --git a/.config/nvim/lua/mango/remap.lua b/.config/nvim/lua/mango/remap.lua index bcc34f3..a43ba19 100644 --- a/.config/nvim/lua/mango/remap.lua +++ b/.config/nvim/lua/mango/remap.lua @@ -35,12 +35,12 @@ remap('n', 'n', 'nzzzv') remap('n', 'N', 'Nzzzv') -- Paste and delete without clobbering primary register -remap('x', 'p', '"_dP') +remap('x', 'p', '"_dP') remap('nv', 'd', '"_d') -- Copy to system clipboard remap('nv', 'y', '"+y') -remap('n', 'Y', '"+Y') +remap('n', 'Y', '"+Y') -- Swap the jump-to-mark bindings remap('nv', "'", '`') -- cgit v1.2.3