Skip to content

Commit

Permalink
✨ feat(config): Customize the configurations to my preferences.
Browse files Browse the repository at this point in the history
  • Loading branch information
vkingw committed Dec 14, 2024
1 parent ec56b00 commit 088ea3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/modules/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,10 @@ ui["dstein64/nvim-scrollview"] = {
event = { "BufReadPost", "BufAdd", "BufNewFile" },
config = require("ui.scrollview"),
}
ui["navarasu/onedark.nvim"] = {
lazy = false,
name = "onedark",
config = require("ui.onedark"),
}

return ui

0 comments on commit 088ea3a

Please sign in to comment.