Skip to content

Commit f7affcc

Browse files
committed
update to current config
1 parent 17e84d9 commit f7affcc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

init.lua

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -259,15 +259,15 @@ require('lazy').setup({
259259
},
260260

261261
{
262-
'nvimdev/dashboard-nvim',
263-
event = 'VimEnter',
264-
config = function()
265-
require('dashboard').setup {
266-
-- config
267-
}
268-
end,
269-
dependencies = { {'nvim-tree/nvim-web-devicons'}}
270-
},
262+
'nvimdev/dashboard-nvim',
263+
event = 'VimEnter',
264+
config = function()
265+
require('dashboard').setup {
266+
-- config
267+
}
268+
end,
269+
dependencies = { { 'nvim-tree/nvim-web-devicons' } },
270+
},
271271

272272
{
273273
'windwp/nvim-autopairs',
@@ -889,7 +889,7 @@ require('lazy').setup({
889889
-- Load the colorscheme here.
890890
-- Like many other themes, this one has different styles, and you could load
891891
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
892-
vim.cmd.colorscheme 'rose-pine'
892+
vim.cmd.colorscheme 'slate'
893893
vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
894894

895895
-- You can configure highlights by doing something like:

0 commit comments

Comments
 (0)