diff --git a/.config/nvim/lua/josean/plugins/alpha.lua b/.config/nvim/lua/josean/plugins/alpha.lua index c912f49..33ce78e 100644 --- a/.config/nvim/lua/josean/plugins/alpha.lua +++ b/.config/nvim/lua/josean/plugins/alpha.lua @@ -21,10 +21,10 @@ return { dashboard.section.buttons.val = { dashboard.button("e", " > New File", "ene"), dashboard.button("SPC ee", " > Toggle file explorer", "NvimTreeToggle"), - dashboard.button("SPC ff", "󰱼 > Find File", "Telescope find_files"), + dashboard.button("SPC ff", "󰱼 > Find File", "Telescope find_files"), dashboard.button("SPC fs", " > Find Word", "Telescope live_grep"), dashboard.button("SPC wr", "󰁯 > Restore Session For Current Directory", "SessionRestore"), - dashboard.button("q", " > Quit NVIM", "qa"), + dashboard.button("q", " > Quit NVIM", "qa"), } -- Send config to alpha