fixed stuff for latest update

This commit is contained in:
hakase
2025-04-19 18:32:51 -05:00
parent 2a58ee17e7
commit 4123a4752c
2 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
local M = {} local M = {}
M.ui = { M.ui = {
theme = "nightowl", -- theme = "nightowl",
theme = "decay",
transparency = true, transparency = true,
statusline = { statusline = {
theme = "minimal", theme = "minimal",
+6 -6
View File
@@ -77,12 +77,12 @@ return {
}, },
{ {
'nvimdev/dashboard-nvim', 'nvimdev/dashboard-nvim',
event = 'VimEnter', event = 'VimEnter',
config = function() config = function()
require "configs.dashboard" require "configs.dashboard"
end, end,
dependencies = { {'nvim-tree/nvim-web-devicons'}} dependencies = { {'nvim-tree/nvim-web-devicons'}}
}, },
-- { -- {