mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 06:21:13 +01:00
Update: alpha button
This commit is contained in:
@@ -83,7 +83,7 @@ return {
|
|||||||
-- Setup buttons
|
-- Setup buttons
|
||||||
dashboard.section.buttons.val = {
|
dashboard.section.buttons.val = {
|
||||||
-- New file
|
-- New file
|
||||||
dashboard.button('i', ' New File', '<Cmd>lua new_file_alpha()<CR>'),
|
dashboard.button('i', ' Create new', '<Cmd>lua new_file_alpha()<CR>'),
|
||||||
-- Recent files
|
-- Recent files
|
||||||
dashboard.button('<leader>?', ' Recent Files', '<Cmd>lua open_telescope_oldfiles()<CR>'),
|
dashboard.button('<leader>?', ' Recent Files', '<Cmd>lua open_telescope_oldfiles()<CR>'),
|
||||||
-- Open Neo-tree in current directory
|
-- Open Neo-tree in current directory
|
||||||
|
|||||||
Reference in New Issue
Block a user