This commit is contained in:
2025-05-20 14:44:53 +02:00
8 changed files with 56 additions and 76 deletions

View File

@@ -21,14 +21,14 @@ cyan="#a0a0a0"
white="#eeeeee"
[colors.bright]
black="#a0a0a0"
black="#303030"
red="#d75400"
green="#afd787"
yellow="#d7af5f"
blue="#87afd7"
magenta="#d7d7af"
cyan="#a0a0a0"
white="#eeeeee"
white="#ffffff"
[colors.dim]
black="#000000"
@@ -38,7 +38,7 @@ yellow="#d7af5f"
blue="#87afd7"
magenta="#d7d7af"
cyan="#a0a0a0"
white="#eeeeee"
white="#dddddd"
[selection]
save_to_clipboard = true
@@ -50,5 +50,5 @@ padding={x=2}
[env]
TERM="xterm-256color"
# [mouse]
# hide_when_typing = true
[mouse]
hide_when_typing = true

View File

@@ -235,6 +235,7 @@ require("lazy").setup({
json = { "prettier" },
yaml = { "prettier" },
markdown = { "prettier" },
sh = { "shfmt" },
},
formatters = {
clang_format = {