refactor: Cleaning chadrc, moved to custom & moved default_config to core

This commit is contained in:
Galen Rowell 2021-09-04 00:03:25 +10:00 committed by siduck76
parent 22f89cfeef
commit ca1ad15ad2
7 changed files with 53 additions and 241 deletions

View file

@ -280,10 +280,10 @@ return packer.startup(function()
disable = not plugin_status.cheatsheet,
after = "telescope.nvim",
config = function()
require "plugins.configs.chadsheet"
require "plugins.configs.cheatsheet"
end,
setup = function()
require("core.mappings").chadsheet()
require("core.mappings").cheatsheet()
end,
},
{