feat: added default conf and deep extension capabilities (#269)

This commit is contained in:
Pocco81
2021-08-17 13:32:48 -05:00
committed by GitHub
parent 98086892a7
commit 0d35b9ddac
2 changed files with 144 additions and 0 deletions

View File

@@ -139,4 +139,6 @@ M.mappings = {
},
}
M = vim.tbl_deep_extend("force", require("default_config"), M)
return M