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

This commit is contained in:
Galen Rowell
2021-09-24 19:11:55 +05:30
committed by siduck76
parent 22f89cfeef
commit ca1ad15ad2
7 changed files with 53 additions and 241 deletions
+2 -2
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(