From 12c0a7441e6a18ee140b68cf8fc6d1c6468fd699 Mon Sep 17 00:00:00 2001 From: Luc Sinet Date: Mon, 26 Jul 2021 19:14:23 +0200 Subject: [Refactor] remove lv prefix (#1112) * Rename lv-utils into utils * Move commands defined in utils into core/commands.lua --- utils/installer/lv-config.example-no-ts.lua | 2 +- utils/installer/lv-config.example.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/installer') diff --git a/utils/installer/lv-config.example-no-ts.lua b/utils/installer/lv-config.example-no-ts.lua index 9e56de51..ab12309d 100644 --- a/utils/installer/lv-config.example-no-ts.lua +++ b/utils/installer/lv-config.example-no-ts.lua @@ -18,7 +18,7 @@ lvim.leader = "space" -- {'', ':bprevious'}, -- } -- 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 }, { -- { "", ":w" }, -- { "", "" }, -- }) 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" -- {'', ':bprevious'}, -- } -- 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 }, { -- { "", ":w" }, -- { "", "" }, -- }) -- cgit v1.2.3