mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: update icon dashboard
This commit is contained in:
parent
9288c81124
commit
4ce5f82265
2 changed files with 5 additions and 5 deletions
|
@ -27,11 +27,11 @@ dashboard.section.header.val = board
|
||||||
dashboard.section.buttons.val = {
|
dashboard.section.buttons.val = {
|
||||||
dashboard.button("f", " Find file", ":Telescope find_files <CR>"),
|
dashboard.button("f", " Find file", ":Telescope find_files <CR>"),
|
||||||
dashboard.button("e", " New file", ":ene <BAR> startinsert <CR>"),
|
dashboard.button("e", " New file", ":ene <BAR> startinsert <CR>"),
|
||||||
dashboard.button("p", " Find project", ":Telescope projects <CR>"),
|
dashboard.button("p", " Find project", ":Telescope projects <CR>"),
|
||||||
dashboard.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
|
dashboard.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
|
||||||
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
|
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
|
||||||
dashboard.button("c", " Configuration", ":e $MYVIMRC <CR>"),
|
dashboard.button("c", " Configuration", ":e $MYVIMRC <CR>"),
|
||||||
dashboard.button("z", " Lazy", ":Lazy<CR>"),
|
dashboard.button("z", " Lazy", ":Lazy<CR>"),
|
||||||
dashboard.button("q", " Quit Neovim", ":qa<CR>"),
|
dashboard.button("q", " Quit Neovim", ":qa<CR>"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -20,11 +20,11 @@ startify.section.header.val = dash_model
|
||||||
startify.section.top_buttons.val = {
|
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("e", " New file", ":ene <BAR> startinsert <CR>"),
|
||||||
startify.button("p", " Find project", ":Telescope projects <CR>"),
|
startify.button("p", " Find project", ":Telescope projects <CR>"),
|
||||||
startify.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
|
startify.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
|
||||||
startify.button("t", " Find text", ":Telescope live_grep <CR>"),
|
startify.button("t", " Find text", ":Telescope live_grep <CR>"),
|
||||||
startify.button("c", " Configuration", ":e $MYVIMRC <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>"),
|
-- startify.button("q", " Quit Neovim", ":qa<CR>"),
|
||||||
}
|
}
|
||||||
-- disable MRU
|
-- disable MRU
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue