change neovim colorscheme to catppuccin-mocha

This commit is contained in:
jc 2024-06-04 15:23:17 -04:00
commit 9c61d95749
No known key found for this signature in database
3 changed files with 4 additions and 37 deletions

View file

@ -33,42 +33,9 @@ return {
"catppuccin/nvim",
lazy = true,
name = "catppuccin",
priority = 1000,
opts = {
integrations = {
aerial = true,
alpha = true,
cmp = true,
dashboard = true,
flash = true,
gitsigns = true,
headlines = true,
illuminate = true,
indent_blankline = { enabled = true },
leap = true,
lsp_trouble = true,
mason = true,
markdown = true,
mini = true,
native_lsp = {
enabled = true,
underlines = {
errors = { "undercurl" },
hints = { "undercurl" },
warnings = { "undercurl" },
information = { "undercurl" },
},
},
navic = { enabled = true, custom_bg = "lualine" },
neotest = true,
neotree = true,
noice = true,
notify = true,
semantic_tokens = true,
telescope = true,
treesitter = true,
treesitter_context = true,
which_key = true,
},
flavour = "mocha",
},
},
}