Skip to content

Commit

Permalink
neovim: enable only disabled catppuccin integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Oct 22, 2023
1 parent 803ef20 commit 4087791
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions nvim/lua/plugins/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ return {
flavour = 'macchiato',
transparent_background = true,
integrations = {
nvimtree = true,
neotest = true,
lsp_trouble = true,
mason = true,
neotest = true,
noice = true,
notify = true,
which_key = true,
dap = {
enabled = true,
enable_ui = true,
},
},
custom_highlights = function(colors)
return {
Expand Down

0 comments on commit 4087791

Please sign in to comment.