Tool updates

This commit is contained in:
Ben Kreeger 2025-12-11 15:37:08 -06:00
parent 7cedaa233b
commit a92db5666a
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50
3 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ window-padding-x = 12,0
window-padding-y = 12,0
# Functionality
scrollback-limit = 100000
scrollback-limit = 100000000
window-inherit-working-directory = true
copy-on-select = clipboard
shell-integration-features = no-cursor

View File

@ -2,6 +2,8 @@
node = "22"
ruby = "3"
python = "3"
java = "openjdk-17.0.2"
uv = "latest"
[tasks]
gcloud-login = "gcloud auth application-default login"

View File

@ -30,7 +30,7 @@ return {
hcl = { "terragrunt_hclfmt" },
html = { "prettierd" },
javascript = { "prettierd" },
json = { "fixjson" },
json = { "fixjson", "prettierd" },
lua = { "stylua" },
markdown = { "prettierd" },
ruby = { "rubocop" },