diff --git a/modules/tui/neovim.nix b/modules/tui/neovim.nix index b4e7c78..eee9c31 100644 --- a/modules/tui/neovim.nix +++ b/modules/tui/neovim.nix @@ -25,8 +25,10 @@ in { colorscheme = "catppuccin"; colorschemes.catppuccin = { enable = true; - flavour = "mocha"; - transparentBackground = true; + settings = { + flavour = "mocha"; + transparent_background = true; + }; }; opts = { @@ -108,11 +110,13 @@ in { }; toggleterm = { enable = true; - direction = "float"; - settings.open_mapping = "[[]]"; - shadeTerminals = true; - shadingFactor = 2; - size = 10; + settings = { + direction = "float"; + open_mapping = "[[]]"; + shading_factor = 2; + shade_terminals = true; + size = 10; + }; }; # TODO laytan/cloak.nvim gitsigns = {