33 lines
737 B
Lua
33 lines
737 B
Lua
return {
|
|
flavour = "macchiato",
|
|
term_colors = true,
|
|
-- transparent_background = true,
|
|
integrations = {
|
|
barbecue = {
|
|
dim_dirname = true,
|
|
},
|
|
dashboard = true,
|
|
gitsigns = true,
|
|
indent_blankline = {
|
|
enabled = true,
|
|
colored_indent_levels = true,
|
|
},
|
|
cmp = true,
|
|
mason = true,
|
|
native_lsp = {
|
|
enabled = true,
|
|
},
|
|
notify = true,
|
|
nvimtree = true,
|
|
navic = {
|
|
enabled = false,
|
|
custom_bg = "NONE",
|
|
},
|
|
treesitter = true,
|
|
treesitter_context = true,
|
|
telescope = true,
|
|
lsp_trouble = true,
|
|
which_key = true,
|
|
},
|
|
}
|