From 4f6202de81adc19c6ac6745ea92733bf64427a1f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 9 Dec 2024 16:27:07 +0000 Subject: [PATCH] Fix keymap --- nvim/lua/opdavies/keymaps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/opdavies/keymaps.lua b/nvim/lua/opdavies/keymaps.lua index a18aa8d..d36ff26 100644 --- a/nvim/lua/opdavies/keymaps.lua +++ b/nvim/lua/opdavies/keymaps.lua @@ -106,7 +106,7 @@ set("n", "et", function() end end) -set("n", "ec", ":edit composer.json") +set("n", "ec", ":edit composer.json") -- These mappings control the size of splits (height/width). set("n", "", "5<")