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

@ -131,8 +131,8 @@ M.bufferline = function()
map("n", m.moveDown, "<C-w>j")
end
M.chadsheet = function()
local m = plugin_maps.chadsheet
M.cheatsheet = function()
local m = plugin_maps.cheatsheet
map("n", m.default_keys, ":lua require('cheatsheet').show_cheatsheet_telescope() <CR>")
map(