diff options
author | max397574 <[email protected]> | 2021-10-06 17:30:42 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-06 17:30:42 +0200 |
commit | 6cf2d6bda43d923d11d29f141d634833443c2b85 (patch) | |
tree | 1781050df0e52ad948a7fe4416c441b32f404c4c /lua/startup/config.lua | |
parent | 8ec04bbf9dc55f53224b1889b28bea0b0e81aafc (diff) |
feat(utils): ✨started adding oldfiles
Diffstat (limited to 'lua/startup/config.lua')
-rw-r--r-- | lua/startup/config.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/startup/config.lua b/lua/startup/config.lua index b7afed4..add30f3 100644 --- a/lua/startup/config.lua +++ b/lua/startup/config.lua @@ -10,6 +10,8 @@ local settings = { "| $$ | $$| $$$$$$$| $$$$$$/ \\ $/ | $$| $$ | $$ | $$", "|__/ |__/ \\_______/ \\______/ \\_/ |__/|__/ |__/ |__/", }, + -- header = utils.get_oldfiles(10), + -- header = require("startup.utils").default_header(), -- name which will be displayed and command tools = { [" Find File"] = { "Telescope find_files", "<leader>ff" }, |