This commit is contained in:
Christian Nieves
2023-03-27 11:56:27 -05:00
parent ebd9aac40f
commit dce44d8c0c
3 changed files with 50 additions and 65 deletions

View File

@ -17,11 +17,11 @@ require("catppuccin").setup({
-- lightspeed = false,
-- lsp_saga = false,
lsp_trouble = true,
-- mason = true,
-- markdown = true,
mason = true,
markdown = true,
-- neogit = false,
-- neotest = false,
-- neotree = false,
neotree = true,
notify = true,
-- nvimtree = true,
-- overseer = false,
@ -29,11 +29,11 @@ require("catppuccin").setup({
symbols_outline = true,
telescope = true,
treesitter = true,
-- treesitter_context = false,
treesitter_context = false,
-- ts_rainbow = false,
-- vim_sneak = false,
-- vimwiki = false,
-- which_key = false,
which_key = true,
-- Special integrations, see https://github.com/catppuccin/nvim#special-integrations
dap = {