feat(nvim): catppuccin auto_integrations
This commit is contained in:
parent
1834ec1567
commit
201bd16d02
1 changed files with 3 additions and 67 deletions
|
@ -32,76 +32,12 @@ return {
|
||||||
TelescopePreviewTitle = { bg = palette.green, fg = palette.mantle },
|
TelescopePreviewTitle = { bg = palette.green, fg = palette.mantle },
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
auto_integrations = true,
|
||||||
integrations = {
|
integrations = {
|
||||||
alpha = true,
|
snacks = {
|
||||||
cmp = true,
|
|
||||||
barbecue = {
|
|
||||||
dim_dirname = true, -- directory name is dimmed by default
|
|
||||||
bold_basename = true,
|
|
||||||
dim_context = false,
|
|
||||||
alt_background = false,
|
|
||||||
},
|
|
||||||
colorful_winsep = {
|
|
||||||
enabled = true,
|
enabled = true,
|
||||||
color = "lavender",
|
picker_style = "nvchad_outlined",
|
||||||
},
|
},
|
||||||
dap = true,
|
|
||||||
dap_ui = true,
|
|
||||||
dashboard = true,
|
|
||||||
diffview = true,
|
|
||||||
flash = true,
|
|
||||||
headlines = true,
|
|
||||||
gitsigns = true,
|
|
||||||
grug_far = true,
|
|
||||||
harpoon = false,
|
|
||||||
illuminate = true,
|
|
||||||
indent_blankline = {
|
|
||||||
enabled = true,
|
|
||||||
scope_color = "lavender", -- catppuccin color (eg. `lavender`) Default: text
|
|
||||||
colored_indent_levels = false,
|
|
||||||
},
|
|
||||||
render_markdown = true,
|
|
||||||
mason = true,
|
|
||||||
markdown = true,
|
|
||||||
mini = true,
|
|
||||||
native_lsp = {
|
|
||||||
enabled = true,
|
|
||||||
virtual_text = {
|
|
||||||
errors = { "italic" },
|
|
||||||
hints = { "italic" },
|
|
||||||
warnings = { "italic" },
|
|
||||||
information = { "italic" },
|
|
||||||
},
|
|
||||||
underlines = {
|
|
||||||
errors = { "underline" },
|
|
||||||
hints = { "underline" },
|
|
||||||
warnings = { "underline" },
|
|
||||||
information = { "underline" },
|
|
||||||
},
|
|
||||||
inlay_hints = {
|
|
||||||
background = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
lsp_trouble = false,
|
|
||||||
navic = { enabled = false, custom_bg = "lualine" },
|
|
||||||
neotest = true,
|
|
||||||
neogit = false,
|
|
||||||
neotree = true,
|
|
||||||
notify = true,
|
|
||||||
noice = true,
|
|
||||||
ufo = true,
|
|
||||||
overseer = false,
|
|
||||||
octo = false,
|
|
||||||
rainbow_delimiters = true,
|
|
||||||
semantic_tokens = true,
|
|
||||||
snacks = true,
|
|
||||||
telescope = {
|
|
||||||
enabled = true,
|
|
||||||
},
|
|
||||||
symbols_outline = false,
|
|
||||||
treesitter = true,
|
|
||||||
treesitter_context = false,
|
|
||||||
which_key = true,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue