fixed stuff for latest update
This commit is contained in:
+2
-1
@@ -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",
|
||||||
|
|||||||
@@ -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'}}
|
||||||
},
|
},
|
||||||
|
|
||||||
-- {
|
-- {
|
||||||
|
|||||||
Reference in New Issue
Block a user