mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-19 16:48:43 +00:00
Compare commits
No commits in common. "cb4d8340a172e95069b05f8e62f1c93e9ded859b" and "f5769ca156a80b906d91f684272a9962ec5ad4ff" have entirely different histories.
cb4d8340a1
...
f5769ca156
3 changed files with 2 additions and 6 deletions
|
|
@ -423,7 +423,3 @@
|
|||
|
||||
- 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
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
freeformType = attrsOf (listOf (either str luaInline));
|
||||
options = {
|
||||
preset = mkOption {
|
||||
type = enum ["default" "none" "super-tab" "enter" "cmdline"];
|
||||
type = enum ["default" "none" "super-tab" "enter"];
|
||||
default = "none";
|
||||
description = "keymap presets";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ in {
|
|||
-- setup must be called before loading
|
||||
vim.cmd.colorscheme "catppuccin"
|
||||
'';
|
||||
styles = ["auto" "latte" "frappe" "macchiato" "mocha"];
|
||||
styles = ["latte" "frappe" "macchiato" "mocha"];
|
||||
};
|
||||
|
||||
oxocarbon = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue