NIXVIM MOMENTO NUMERO QUATRO

This commit is contained in:
jacekpoz 2024-04-13 22:28:15 +02:00
parent b81036ac90
commit eaa98a35e0
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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 = "[[<C-\>]]";
shadeTerminals = true;
shadingFactor = 2;
size = 10;
settings = {
direction = "float";
open_mapping = "[[<C-\>]]";
shading_factor = 2;
shade_terminals = true;
size = 10;
};
};
# TODO laytan/cloak.nvim
gitsigns = {