Tool updates
This commit is contained in:
parent
7cedaa233b
commit
a92db5666a
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -30,7 +30,7 @@ return {
|
||||
hcl = { "terragrunt_hclfmt" },
|
||||
html = { "prettierd" },
|
||||
javascript = { "prettierd" },
|
||||
json = { "fixjson" },
|
||||
json = { "fixjson", "prettierd" },
|
||||
lua = { "stylua" },
|
||||
markdown = { "prettierd" },
|
||||
ruby = { "rubocop" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user