cmp,harpoon,illuminate,lspkind: added

This commit is contained in:
xinyangli 2024-08-21 23:03:46 +08:00
parent c58b1d1826
commit de8e9493c0
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
7 changed files with 106 additions and 2 deletions

View file

@ -3,7 +3,36 @@
# Color scheme.
colorschemes.catppuccin = {
enable = true;
settings.flavour = "mocha";
settings = {
flavour = "mocha";
no_bold = false;
no_italic = false;
no_underline = false;
integrations = {
cmp = true;
neotree = true;
harpoon = true;
gitsigns = true;
which_key = true;
illuminate.enabled = true;
treesitter = true;
treesitter_context = true;
telescope.enabled = true;
indent_blankline.enabled = true;
native_lsp = {
enabled = true;
inlay_hints = {
background = true;
};
underlines = {
errors = ["underline"];
hints = ["underline"];
information = ["underline"];
warnings = ["underline"];
};
};
};
};
};
# Options.