Skip to content

Commit

Permalink
fix(nvim): colorscheme options
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Oct 31, 2023
1 parent 581b9e8 commit b317bca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/neovim/config/lua/user/colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ require("catppuccin").setup({
enabled = true,
},
neogit = true,
neotree = true,
neotest = true,
notify = true,
nvimtree = true,
telescope = true,
harpoon = true,
treesitter = true,
treesitter_context = true,
which_key = true,
},
})

Expand Down

0 comments on commit b317bca

Please sign in to comment.