feat(highlights): implement highlighting module

Highlighting module applies highlighting customizations and other font/color enhancements across several plugins
This commit is contained in:
2024-08-02 09:15:53 -04:00
parent 0f3b9c0469
commit c56be45d65
5 changed files with 310 additions and 55 deletions
+3
View File
@@ -16,3 +16,6 @@ vim.g.usewakatime = true
vim.g.usehardtime = false
vim.g.useimage = true
vim.o.background = "dark"
vim.g.DashboardHeaderColor = "#A6E3A1"
vim.g.mousemoveevent = true