Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Mar 5, 2024
1 parent c4ab74c commit 41f8207
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions lua/dotvim/packages/_.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
---@type dora.core.package.PackageOption
return {
name = "dotvim.packages._",
deps = {},
plugins = {},
deps = {
"dora.packages._builtin",
},
plugins = {
{
"catppuccin",
opts = function(_, opts)
opts.flavour = "latte"
end,
},
},
setup = function()
vim.api.nvim_create_autocmd("FileType", {
pattern = "*",
Expand Down

0 comments on commit 41f8207

Please sign in to comment.