mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
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:
parent
1286a0f41e
commit
47260b5e53
2 changed files with 152 additions and 80 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue