diff options
| author | jdhao <jdhao@hotmail.com> | 2023-05-22 20:49:29 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-05-22 20:50:15 +0200 |
| commit | 9ca65fd94207bfa87219710a9c9cd094e682abbc (patch) | |
| tree | 9211a429f73b2da12cf3a84b7e5f58886a7c72f5 /lua/plugins.lua | |
| parent | cc3a7d6ebde5450a5876e6793ef93577853891fd (diff) | |
update conf for nvim-dashboard
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 54743f8..7c8a0a8 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -148,7 +148,7 @@ packer.startup { config = [[require('config.bufferline')]] } -- fancy start screen - use { "glepnir/dashboard-nvim", event = "VimEnter", + use { "nvimdev/dashboard-nvim", event = "VimEnter", cond = firenvim_not_active, config = [[require('config.dashboard-nvim')]] } |
