rm hooks
This commit is contained in:
parent
799432e99e
commit
4e54ee0081
6 changed files with 26 additions and 49 deletions
|
|
@ -1,5 +1,4 @@
|
|||
local utils = require "core.utils"
|
||||
local hooks = require "core.hooks"
|
||||
|
||||
local config = utils.load_config()
|
||||
local map = utils.map
|
||||
|
|
@ -110,7 +109,6 @@ M.misc = function()
|
|||
non_config_mappings()
|
||||
optional_mappings()
|
||||
required_mappings()
|
||||
hooks.run("setup_mappings", map)
|
||||
end
|
||||
|
||||
-- below are all plugin related mappings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue