diff --git a/lua/user/dashboard.lua b/lua/user/dashboard.lua index 803f174..c8209ad 100644 --- a/lua/user/dashboard.lua +++ b/lua/user/dashboard.lua @@ -27,11 +27,11 @@ dashboard.section.header.val = board dashboard.section.buttons.val = { dashboard.button("f", "󰈞 Find file", ":Telescope find_files "), dashboard.button("e", " New file", ":ene startinsert "), - dashboard.button("p", " Find project", ":Telescope projects "), + dashboard.button("p", "󰉋 Find project", ":Telescope projects "), dashboard.button("r", "󰦛 Recently used files", ":Telescope oldfiles "), - dashboard.button("t", "󰊄 Find text", ":Telescope live_grep "), + dashboard.button("t", "󰊄 Find text", ":Telescope live_grep "), dashboard.button("c", " Configuration", ":e $MYVIMRC "), - dashboard.button("z", "󰒲 Lazy", ":Lazy"), + dashboard.button("z", "󰒲 Lazy", ":Lazy"), dashboard.button("q", "󰅚 Quit Neovim", ":qa"), } diff --git a/lua/user/startify.lua b/lua/user/startify.lua index 65dc2d4..d4d5cb8 100644 --- a/lua/user/startify.lua +++ b/lua/user/startify.lua @@ -20,11 +20,11 @@ startify.section.header.val = dash_model startify.section.top_buttons.val = { startify.button("f", "󰈞 Find file", ":Telescope find_files "), startify.button("e", " New file", ":ene startinsert "), - startify.button("p", " Find project", ":Telescope projects "), + startify.button("p", "󰉋 Find project", ":Telescope projects "), startify.button("r", "󰦛 Recently used files", ":Telescope oldfiles "), startify.button("t", "󰊄 Find text", ":Telescope live_grep "), startify.button("c", " Configuration", ":e $MYVIMRC "), - startify.button("z", "󰒲 Lazy", ":Lazy"), + startify.button("z", "󰒲 Lazy", ":Lazy"), -- startify.button("q", " Quit Neovim", ":qa"), } -- disable MRU