✨ feat(nvim): open dashboard when entering new tab
This commit is contained in:
parent
50016f5c16
commit
bfb976da33
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
return {
|
return {
|
||||||
"nvimdev/dashboard-nvim",
|
"nvimdev/dashboard-nvim",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
|
vim.api.nvim_create_autocmd("TabNewEntered", { command = "Dashboard" })
|
||||||
|
|
||||||
local logo = [[
|
local logo = [[
|
||||||
|
|
||||||
████ ██████ █████ ██
|
████ ██████ █████ ██
|
||||||
|
|
Loading…
Add table
Reference in a new issue