diff options
Diffstat (limited to 'lua/startup/config.lua')
-rw-r--r-- | lua/startup/config.lua | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lua/startup/config.lua b/lua/startup/config.lua index add30f3..3a38f9c 100644 --- a/lua/startup/config.lua +++ b/lua/startup/config.lua @@ -1,17 +1,17 @@ local settings = { -- every line should be same width without escaped \ - header = { - " /$$ ", - " |__/ ", - " /$$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$ /$$$$$$/$$$$ ", - "| $$__ $$ /$$__ $$ /$$__ $$| $$ /$$/| $$| $$_ $$_ $$", - "| $$ \\ $$| $$$$$$$$| $$ \\ $$ \\ $$/$$/ | $$| $$ \\ $$ \\ $$", - "| $$ | $$| $$_____/| $$ | $$ \\ $$$/ | $$| $$ | $$ | $$", - "| $$ | $$| $$$$$$$| $$$$$$/ \\ $/ | $$| $$ | $$ | $$", - "|__/ |__/ \\_______/ \\______/ \\_/ |__/|__/ |__/ |__/", - }, - -- header = utils.get_oldfiles(10), - -- header = require("startup.utils").default_header(), + -- header = { + -- " /$$ ", + -- " |__/ ", + -- " /$$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$ /$$$$$$/$$$$ ", + -- "| $$__ $$ /$$__ $$ /$$__ $$| $$ /$$/| $$| $$_ $$_ $$", + -- "| $$ \\ $$| $$$$$$$$| $$ \\ $$ \\ $$/$$/ | $$| $$ \\ $$ \\ $$", + -- "| $$ | $$| $$_____/| $$ | $$ \\ $$$/ | $$| $$ | $$ | $$", + -- "| $$ | $$| $$$$$$$| $$$$$$/ \\ $/ | $$| $$ | $$ | $$", + -- "|__/ |__/ \\_______/ \\______/ \\_/ |__/|__/ |__/ |__/", + -- }, + -- header = require("startup.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" }, |