diff options
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index f826dd7e..ef4e0645 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -26,7 +26,7 @@ lvim.leader = "space" -- {'<S-Tab>', ':bprevious<CR>'}, -- } -- if you just want to augment the existing ones then use the utility function --- require("lv-utils").add_keymap_insert_mode({ silent = true }, { +-- require("utils").add_keymap_insert_mode({ silent = true }, { -- { "<C-s>", ":w<cr>" }, -- { "<C-c>", "<ESC>" }, -- }) |