plugins/catppuccin: update integrations (#670)

* plugins/catppuccin: update integrations

* add TODOs

* update mini integration

* fix indent_blankline.scope_color

* sort; update values

* fix ci

* NormalNvim

* update todos
This commit is contained in:
mrtnvgr 2023-11-13 16:24:25 +07:00 committed by GitHub
parent 1286a0f41e
commit 47260b5e53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 152 additions and 80 deletions

View file

@ -41,9 +41,13 @@
cmp = true;
gitsigns = true;
nvimtree = true;
telescope = true;
telescope = {
enabled = true;
};
notify = false;
mini = false;
mini = {
enabled = false;
};
};
};
};
@ -64,18 +68,25 @@
barbar = true;
fidget = true;
gitsigns = true;
illuminate = true;
illuminate = {
enabled = true;
};
indent_blankline = {
enabled = true;
colored_indent_levels = true;
};
lsp_trouble = true;
mini = true;
mini = {
enabled = true;
};
native_lsp.enabled = true;
navic.enabled = true;
nvimtree = true;
overseer = true;
telescope = true;
telescope = {
enabled = true;
style = "nvchad";
};
treesitter = true;
treesitter_context = true;
ts_rainbow2 = true;