Switch from dashboard to alpha, add project.nvim telescope plugin

This commit is contained in:
Marko Korhonen 2023-11-25 15:58:35 +02:00
parent 1ce80c1347
commit e6b6534c8d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 24 additions and 33 deletions

View file

@ -0,0 +1,10 @@
-- Startup dashboard
--- @type LazyPluginSpec
return {
"goolord/alpha-nvim",
config = function()
local alpha = require("alpha")
local theta = require("alpha.themes.theta")
alpha.setup(theta.config)
end,
}