trying out nix
This commit is contained in:
commit
65bd68a260
18 changed files with 1217 additions and 0 deletions
15
lua/plugins/alpha.lua
Normal file
15
lua/plugins/alpha.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
"goolord/alpha-nvim",
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
config = function()
|
||||
local theta = require("alpha.themes.theta")
|
||||
theta.config.layout[1].val = math.floor(vim.fn.winheight(0) * 0.2)
|
||||
theta.header.opts.hl = "Normal"
|
||||
require("alpha").setup(
|
||||
theta.config
|
||||
)
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue