breaking change : re-implement custom mappings | simplify it | add whichkey
fixes #1057 , #1047
This commit is contained in:
parent
4fa0b4ae7d
commit
0844431d37
15 changed files with 442 additions and 240 deletions
|
|
@ -31,10 +31,6 @@ M.plugins = {
|
|||
remove = {},
|
||||
|
||||
options = {
|
||||
packer = {
|
||||
init_file = "plugins.packerInit",
|
||||
snapshot = nil,
|
||||
},
|
||||
lspconfig = {
|
||||
setup_lspconf = "", -- path of lspconfig file
|
||||
},
|
||||
|
|
@ -50,9 +46,7 @@ M.plugins = {
|
|||
user = {},
|
||||
}
|
||||
|
||||
-- non plugin only
|
||||
M.mappings = {
|
||||
misc = function() end,
|
||||
}
|
||||
-- check core.mappings for table structure
|
||||
M.mappings = require "core.mappings"
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue