aboutsummaryrefslogtreecommitdiff
path: root/lua/startup
diff options
context:
space:
mode:
authormax397574 <[email protected]>2021-12-09 11:27:49 +0100
committermax397574 <[email protected]>2021-12-09 11:27:49 +0100
commit16c4e5252fe25b7874a48c14c9c822a6fecd7d20 (patch)
tree6e9096d9618de7f3293aff281e283194b545ec7d /lua/startup
parenta9206a0bc2eded674765a8e677ea9fdaedc38335 (diff)
feat(evil): added mappings
Diffstat (limited to 'lua/startup')
-rw-r--r--lua/startup/themes/evil.lua3
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,