feat: add startup screen

This commit is contained in:
Fey Naomi Schrewe 2024-09-08 14:34:18 +02:00
parent 066c095671
commit 3133c229c8
2 changed files with 9 additions and 3 deletions

View File

@ -30,6 +30,7 @@
"project.nvim": { "branch": "main", "commit": "8c6bad7d22eef1b71144b401c9f74ed01526a4fb" },
"rose-pine": { "branch": "main", "commit": "8b1fd252255a7f2c41b4192a787ab62660b29f72" },
"rust-tools.nvim": { "branch": "master", "commit": "676187908a1ce35ffcd727c654ed68d851299d3e" },
"spaceport.nvim": { "branch": "main", "commit": "f57a6848903adcb6bf2dd9f56bb0b8c33a51d4be" },
"suda.vim": { "branch": "master", "commit": "b97fab52f9cdeabe2bbb5eb98d82356899f30829" },
"telescope.nvim": { "branch": "master", "commit": "5972437de807c3bc101565175da66a1aa4f8707a" },
"trouble.nvim": { "branch": "main", "commit": "6efc446226679fda0547c0fd6a7892fd5f5b15d8" },

View File

@ -222,5 +222,10 @@ return {
{
'folke/twilight.nvim',
opts = {}
},
{
'CWood-sdf/spaceport.nvim',
opts = {},
lazy = false, -- load spaceport immediately
}
}