mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
Merge branch 'main' into fix/blink_auto_show
This commit is contained in:
commit
f8eaf2850e
3 changed files with 6 additions and 2 deletions
|
@ -423,3 +423,7 @@
|
||||||
|
|
||||||
- Add missing `transparent` option for existing
|
- Add missing `transparent` option for existing
|
||||||
[onedark.nvim](https://github.com/navarasu/onedark.nvim) theme.
|
[onedark.nvim](https://github.com/navarasu/onedark.nvim) theme.
|
||||||
|
|
||||||
|
[theutz](https://github.com/theutz):
|
||||||
|
|
||||||
|
- Added "auto" flavour for catppuccin theme
|
|
@ -10,7 +10,7 @@
|
||||||
freeformType = attrsOf (listOf (either str luaInline));
|
freeformType = attrsOf (listOf (either str luaInline));
|
||||||
options = {
|
options = {
|
||||||
preset = mkOption {
|
preset = mkOption {
|
||||||
type = enum ["default" "none" "super-tab" "enter"];
|
type = enum ["default" "none" "super-tab" "enter" "cmdline"];
|
||||||
default = "none";
|
default = "none";
|
||||||
description = "keymap presets";
|
description = "keymap presets";
|
||||||
};
|
};
|
||||||
|
|
|
@ -100,7 +100,7 @@ in {
|
||||||
-- setup must be called before loading
|
-- setup must be called before loading
|
||||||
vim.cmd.colorscheme "catppuccin"
|
vim.cmd.colorscheme "catppuccin"
|
||||||
'';
|
'';
|
||||||
styles = ["latte" "frappe" "macchiato" "mocha"];
|
styles = ["auto" "latte" "frappe" "macchiato" "mocha"];
|
||||||
};
|
};
|
||||||
|
|
||||||
oxocarbon = {
|
oxocarbon = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue