Skip to content

Commit

Permalink
feat(catppuccin): enable integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Maneren committed Nov 7, 2024
1 parent 692616d commit f4c46de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/plugins/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@ return {
---@type CatppuccinOptions
opts = {
term_colors = true,
integrations = {
grug_far = true,
indent_blankline = { enabled = true },
neotest = true,
nvim_surround = true,
octo = true,
overseer = true,
dadbod_ui = true,
},
},
}

0 comments on commit f4c46de

Please sign in to comment.