Compare commits

..

9 commits

Author SHA1 Message Date
raf
cb4d8340a1
Merge pull request #926 from theutz/patch-1
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
Add "auto" flavour for catppuccin theme
2025-06-04 13:40:05 +03:00
Michael Utz
300989f008
Merge branch 'main' into patch-1 2025-06-04 10:31:35 +03:00
Ching Pei Yang
f58b8ded0b
Merge pull request #936 from itpropro/fix/blink
fix(blink-cmp): Added "cmdline" preset type
2025-06-04 09:28:21 +02:00
Michael Utz
30ed6ceae4
Merge branch 'main' into patch-1 2025-06-04 10:15:30 +03:00
Jan-Henrik Damaschke
ab1385ffb9
fix(blink-cmp): Added "cmdline" preset type 2025-06-04 02:30:52 +02:00
Michael Utz
7095c4d49f Move changelog entry to proper release 2025-06-02 11:21:51 +03:00
raf
f4e0300886
Merge branch 'main' into patch-1 2025-05-31 03:25:21 +03:00
Michael Utz
b1e2801ee3 Add change log entry 2025-05-30 18:02:25 +03:00
Michael Utz
e6d30cf9d9
Add "auto" flavour for catppuccin theme
This is actually the default value for the plugin.

https://github.com/catppuccin/nvim?tab=readme-ov-file#configuration
2025-05-30 11:02:32 +03:00
3 changed files with 6 additions and 2 deletions

View file

@ -423,3 +423,7 @@
- Add missing `transparent` option for existing
[onedark.nvim](https://github.com/navarasu/onedark.nvim) theme.
[theutz](https://github.com/theutz):
- Added "auto" flavour for catppuccin theme

View file

@ -10,7 +10,7 @@
freeformType = attrsOf (listOf (either str luaInline));
options = {
preset = mkOption {
type = enum ["default" "none" "super-tab" "enter"];
type = enum ["default" "none" "super-tab" "enter" "cmdline"];
default = "none";
description = "keymap presets";
};

View file

@ -100,7 +100,7 @@ in {
-- setup must be called before loading
vim.cmd.colorscheme "catppuccin"
'';
styles = ["latte" "frappe" "macchiato" "mocha"];
styles = ["auto" "latte" "frappe" "macchiato" "mocha"];
};
oxocarbon = {