initial new update icon

This commit is contained in:
asep.komarudin 2024-04-14 12:13:15 +07:00
parent aec3c632f0
commit 3ca400d195
8 changed files with 84 additions and 32 deletions

View file

@ -18,13 +18,13 @@ if data_exists then
end
startify.section.header.val = dash_model
startify.section.top_buttons.val = {
startify.button("f", " Find file", ":Telescope find_files <CR>"),
startify.button("f", "󰈞 Find file", ":Telescope find_files <CR>"),
startify.button("e", " New file", ":ene <BAR> startinsert <CR>"),
startify.button("p", " Find project", ":Telescope projects <CR>"),
startify.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
startify.button("t", " Find text", ":Telescope live_grep <CR>"),
startify.button("r", "󰦛 Recently used files", ":Telescope oldfiles <CR>"),
startify.button("t", "󰊄 Find text", ":Telescope live_grep <CR>"),
startify.button("c", " Configuration", ":e $MYVIMRC <CR>"),
startify.button("z", " Lazy", ":Lazy<CR>"),
startify.button("z", "󰒲 Lazy", ":Lazy<CR>"),
-- startify.button("q", " Quit Neovim", ":qa<CR>"),
}
-- disable MRU
@ -37,7 +37,7 @@ startify.nvim_web_devicons.enabled = false
-- startify.nvim_web_devicons.highlight = 'Keyword'
--
startify.section.bottom_buttons.val = {
startify.button("q", " Quit NVIM", ":qa<CR>"),
startify.button("q", "󰅚 Quit NVIM", ":qa<CR>"),
}
local footer_text = "Pojok Code"