adding a dash of fun
This commit is contained in:
@@ -8,7 +8,15 @@ return {
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
bigfile = { enabled = true },
|
||||
dashboard = { example = 'github' },
|
||||
dashboard = {
|
||||
sections = {
|
||||
{ section = 'header' },
|
||||
{ icon = ' ', title = 'Keymaps', section = 'keys', indent = 2, padding = 1 },
|
||||
{ icon = ' ', title = 'Recent Files', section = 'recent_files', indent = 2, padding = 1 },
|
||||
{ icon = ' ', title = 'Projects', section = 'projects', indent = 2, padding = 1 },
|
||||
{ section = 'startup' },
|
||||
},
|
||||
},
|
||||
explorer = { enabled = true },
|
||||
indent = { enabled = true },
|
||||
input = { enabled = true },
|
||||
@@ -20,5 +28,17 @@ return {
|
||||
statuscolumn = { enabled = true },
|
||||
terminal = { enabled = true },
|
||||
words = { enabled = true },
|
||||
zen = {
|
||||
enabled = true,
|
||||
toggles = {
|
||||
dim = true,
|
||||
git_signs = false,
|
||||
diagnostics = false,
|
||||
line_number = false,
|
||||
relative_number = false,
|
||||
signcolumn = 'no',
|
||||
indent = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user