Switch from dashboard to alpha, add project.nvim telescope plugin
This commit is contained in:
parent
1ce80c1347
commit
e6b6534c8d
4 changed files with 24 additions and 33 deletions
10
home/.config/nvim/lua/plugins/alpha.lua
Normal file
10
home/.config/nvim/lua/plugins/alpha.lua
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue