File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments