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
|
window-padding-y = 12,0
|
||||||
|
|
||||||
# Functionality
|
# Functionality
|
||||||
scrollback-limit = 100000
|
scrollback-limit = 100000000
|
||||||
window-inherit-working-directory = true
|
window-inherit-working-directory = true
|
||||||
copy-on-select = clipboard
|
copy-on-select = clipboard
|
||||||
shell-integration-features = no-cursor
|
shell-integration-features = no-cursor
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
node = "22"
|
node = "22"
|
||||||
ruby = "3"
|
ruby = "3"
|
||||||
python = "3"
|
python = "3"
|
||||||
|
java = "openjdk-17.0.2"
|
||||||
|
uv = "latest"
|
||||||
|
|
||||||
[tasks]
|
[tasks]
|
||||||
gcloud-login = "gcloud auth application-default login"
|
gcloud-login = "gcloud auth application-default login"
|
||||||
|
|||||||
@ -30,7 +30,7 @@ return {
|
|||||||
hcl = { "terragrunt_hclfmt" },
|
hcl = { "terragrunt_hclfmt" },
|
||||||
html = { "prettierd" },
|
html = { "prettierd" },
|
||||||
javascript = { "prettierd" },
|
javascript = { "prettierd" },
|
||||||
json = { "fixjson" },
|
json = { "fixjson", "prettierd" },
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
markdown = { "prettierd" },
|
markdown = { "prettierd" },
|
||||||
ruby = { "rubocop" },
|
ruby = { "rubocop" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user