rm un-needed mappings

This commit is contained in:
siduck 2022-05-21 12:33:19 +05:30
parent cef2899bba
commit ed68c4b07d
5 changed files with 3 additions and 18 deletions

View file

@ -55,10 +55,9 @@ local options = {
},
}
require("plugins.configs.others").misc_mappings()
local mappings = nvchad.load_config().mappings
local mapping_groups = { groups = vim.deepcopy(mappings.groups) }
mappings.disabled = nil
mappings.groups = nil