add wip dashboard + other stuff

This commit is contained in:
λmolinae 2025-01-22 22:45:30 -06:00
parent aaa91a6169
commit 2053e2a72e
9 changed files with 35 additions and 8 deletions

View file

@ -6,6 +6,9 @@ return {
"nvim-tree/nvim-web-devicons",
"MunifTanjim/nui.nvim",
-- "3rd/image.nvim", -- Optional see `# Preview Mode` for more information
},
opts = {
vim.keymap.set('n', '<C-b>', '<Cmd>Neotree toggle<CR>')
}
}
}

View file

@ -1,8 +1,22 @@
return {
{
"nvimdev/dashboard-nvim",
event = "VimEnter",
dependencies = { "nvim-tree/nvim-web-devicons"},
config = function()
require('dashboard').setup {
require "config.plugins.dashboard"
}
end,
},
{
"RedsXDD/neopywal.nvim",
name = "neopywal",
opts = {},
opts = {
transparent_background = true,
terminal_colors = true,
show_end_of_buffer = false,
},
},
{
-- Lua status-bar