adding a dash of fun

This commit is contained in:
CeeWeasel
2025-09-16 22:35:29 -04:00
parent 7c47d11014
commit 6fa5516ad1
3 changed files with 28 additions and 8 deletions
+21 -1
View File
@@ -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,
},
},
},
}