kitty finish + nvim no wrap

This commit is contained in:
2025-01-29 13:28:27 +01:00
parent 919cb3e0e3
commit d1803fe3ae
2 changed files with 10 additions and 6 deletions

View File

@@ -232,9 +232,10 @@ in
updatetime = 50;
textwidth = 80;
textwidth = 0;
formatoptions = "tcqjn1"; # auto-format
colorcolumn = "81";
wrap = false;
ignorecase = true;
smartcase = true;
@@ -410,6 +411,7 @@ in
};
};
clangd.enable = true;
vtsls.enable = true;
};
};
@@ -654,11 +656,11 @@ in
enable = true;
settings = {
confirm_os_window_close = 0;
# dynamic_background_opacity = true;
dynamic_background_opacity = true;
enable_audio_bell = false;
mouse_hide_wait = "-1.0";
window_padding_width = 2;
background_opacity = "0.7";
background_opacity = "0.85";
background_blur = 5;
disable_ligatures = "cursor";
# symbol_map = let
@@ -685,9 +687,9 @@ in
# in
# (builtins.concatStringsSep "," mappings) + " Symbols Nerd Font";
};
font.name = "monocraft";
font.name = "Monocraft Nerd Font";
font.size = 16;
font.package = pkgs.monocraft;
# font.package = pkgs.monocraft;
shellIntegration.enableZshIntegration = true;
theme = "Dracula";
};