diff options
author | max397574 <[email protected]> | 2021-12-09 11:27:49 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-09 11:27:49 +0100 |
commit | 16c4e5252fe25b7874a48c14c9c822a6fecd7d20 (patch) | |
tree | 6e9096d9618de7f3293aff281e283194b545ec7d | |
parent | a9206a0bc2eded674765a8e677ea9fdaedc38335 (diff) |
feat(evil): added mappings
-rw-r--r-- | lua/startup/themes/evil.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/startup/themes/evil.lua b/lua/startup/themes/evil.lua index cf9090c..9127758 100644 --- a/lua/startup/themes/evil.lua +++ b/lua/startup/themes/evil.lua @@ -98,6 +98,9 @@ local settings = { }, options = { + after = function() + require("startup.utils").oldfiles_mappings() + end, mapping_keys = true, cursor_column = 0.5, empty_lines_between_mappings = true, |