mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
feat:add_nixvim
This commit is contained in:
50
home/nixvim/plugins/theme/default.nix
Normal file
50
home/nixvim/plugins/theme/default.nix
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
colorschemes = {
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background = {
|
||||
light = "macchiato";
|
||||
dark = "mocha";
|
||||
};
|
||||
flavour = "macchiato"; # “latte”, “mocha”, “frappe”, “macchiato”, “auto”
|
||||
transparent_background = true;
|
||||
integrations = {
|
||||
cmp = true;
|
||||
flash = true;
|
||||
fidget = true;
|
||||
gitsigns = true;
|
||||
indent_blankline.enabled = true;
|
||||
lsp_trouble = true;
|
||||
mini.enabled = true;
|
||||
neotree = true;
|
||||
noice = true;
|
||||
notify = true;
|
||||
telescope.enabled = true;
|
||||
treesitter = true;
|
||||
treesitter_context = true;
|
||||
which_key = true;
|
||||
native_lsp = {
|
||||
enabled = true;
|
||||
inlay_hints = {
|
||||
background = true;
|
||||
};
|
||||
virtual_text = {
|
||||
errors = ["italic"];
|
||||
hints = ["italic"];
|
||||
information = ["italic"];
|
||||
warnings = ["italic"];
|
||||
ok = ["italic"];
|
||||
};
|
||||
underlines = {
|
||||
errors = ["underline"];
|
||||
hints = ["underline"];
|
||||
information = ["underline"];
|
||||
warnings = ["underline"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user