diff options
Diffstat (limited to 'lua/startup/themes')
-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, |