diff options
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/dashboard.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/dashboard.lua | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/dashboard.lua b/pkgs/custom-neovim/config/lua/plugins/dashboard.lua index 4824c04..f8458c9 100644 --- a/pkgs/custom-neovim/config/lua/plugins/dashboard.lua +++ b/pkgs/custom-neovim/config/lua/plugins/dashboard.lua @@ -1,3 +1,15 @@ require('dashboard').setup { - + theme = "doom", + config = { + header = art.misc.hydra, + center = { + { + icon = " ", + desc = "Find file", + key = "f", + action = ":cd $HOME | Telescope find_files<cr>", + }, + }, + vertical_center = true, + }, } |
