feat(neovim): go back to catppuccin.nvim :')
This commit is contained in:
parent
0c401df0ad
commit
134fdb2131
5 changed files with 55 additions and 66 deletions
|
@ -26,6 +26,60 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
---@type CatppuccinOptions
|
||||
opts = {
|
||||
integrations = {
|
||||
aerial = true,
|
||||
alpha = true,
|
||||
cmp = true,
|
||||
dap = true,
|
||||
dap_ui = true,
|
||||
gitsigns = true,
|
||||
illuminate = true,
|
||||
indent_blankline = true,
|
||||
markdown = true,
|
||||
mason = true,
|
||||
native_lsp = { enabled = true },
|
||||
neotree = true,
|
||||
notify = true,
|
||||
semantic_tokens = true,
|
||||
symbols_outline = true,
|
||||
telescope = true,
|
||||
treesitter = true,
|
||||
ts_rainbow = false,
|
||||
ufo = true,
|
||||
which_key = true,
|
||||
window_picker = true,
|
||||
colorful_winsep = { enabled = true, color = "lavender" },
|
||||
},
|
||||
},
|
||||
specs = {
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
optional = true,
|
||||
opts = function(_, opts)
|
||||
return require("astrocore").extend_tbl(opts, {
|
||||
highlights = require("catppuccin.groups.integrations.bufferline").get(),
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- Makes most if not all groups have a transparent background.
|
||||
{
|
||||
"xiyaowong/transparent.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue