NIXVIM MOMENTO NUMERO QUATRO
This commit is contained in:
parent
b81036ac90
commit
eaa98a35e0
1 changed files with 11 additions and 7 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue