Feat(dashboard): add option and dynamic visibility for github contribs on dash

This commit is contained in:
2025-03-05 15:25:33 -05:00
parent c6084225fd
commit 3c8814df8a
2 changed files with 20 additions and 9 deletions
+2
View File
@@ -35,6 +35,8 @@ vim.g.usetinyinline = true ---@type boolean Options: <true|
-- Github username for dashboard and other customizations
vim.g.gitname = 'rootiest' ---@type string Options: <github username>
-- Show GitHub Contributions on dashboard
vim.g.show_github_contrib = true ---@type boolean Options: <true|false>
-- Highlight lines with git changes
vim.g.git_line_hl = false ---@type boolean Options: <true|false>
-- Highlight words with git changes