mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 06:39:33 +02:00
[Refactor] remove lv prefix (#1112)
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua
This commit is contained in:
parent
623994af2a
commit
12c0a7441e
10 changed files with 62 additions and 50 deletions
|
@ -95,7 +95,7 @@ M.config = function()
|
|||
name = "Packer",
|
||||
c = { "<cmd>PackerCompile<cr>", "Compile" },
|
||||
i = { "<cmd>PackerInstall<cr>", "Install" },
|
||||
r = { "<cmd>lua require('lv-utils').reload_lv_config()<cr>", "Reload" },
|
||||
r = { "<cmd>lua require('utils').reload_lv_config()<cr>", "Reload" },
|
||||
s = { "<cmd>PackerSync<cr>", "Sync" },
|
||||
u = { "<cmd>PackerUpdate<cr>", "Update" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue