fixed stuff for latest update
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@
|
||||
local M = {}
|
||||
|
||||
M.ui = {
|
||||
theme = "nightowl",
|
||||
-- theme = "nightowl",
|
||||
theme = "decay",
|
||||
transparency = true,
|
||||
statusline = {
|
||||
theme = "minimal",
|
||||
|
||||
@@ -77,12 +77,12 @@ return {
|
||||
},
|
||||
|
||||
{
|
||||
'nvimdev/dashboard-nvim',
|
||||
event = 'VimEnter',
|
||||
config = function()
|
||||
require "configs.dashboard"
|
||||
end,
|
||||
dependencies = { {'nvim-tree/nvim-web-devicons'}}
|
||||
'nvimdev/dashboard-nvim',
|
||||
event = 'VimEnter',
|
||||
config = function()
|
||||
require "configs.dashboard"
|
||||
end,
|
||||
dependencies = { {'nvim-tree/nvim-web-devicons'}}
|
||||
},
|
||||
|
||||
-- {
|
||||
|
||||
Reference in New Issue
Block a user