diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-09 13:11:23 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-09 13:11:23 -0400 |
| commit | 4afdfee5c1ce99a09fc70075ca674b961fd3faed (patch) | |
| tree | 081ca3902f26af9378113257c62bc75bd8903811 /pkgs/custom-neovim/config/lua/plugins/dashboard.lua | |
| parent | d65a4b2e6fb66f51b21da8d5397f89ea1c2aaedc (diff) | |
working on custom neovim
Former-commit-id: 4baf1a9c64b861ce1a934487b93b36bdb1438cf3
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, + }, } |
