From a92db5666a2f2f7f79f2fbe3bff270cbf666868d Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Thu, 11 Dec 2025 15:37:08 -0600 Subject: [PATCH] Tool updates --- ghostty/config | 2 +- mise/config.toml | 2 ++ nvim/lua/plugins/41-autoformat.lua | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ghostty/config b/ghostty/config index efaa048..554dd57 100644 --- a/ghostty/config +++ b/ghostty/config @@ -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 diff --git a/mise/config.toml b/mise/config.toml index df49233..cb56c93 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -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" diff --git a/nvim/lua/plugins/41-autoformat.lua b/nvim/lua/plugins/41-autoformat.lua index c2e9617..af0fd60 100644 --- a/nvim/lua/plugins/41-autoformat.lua +++ b/nvim/lua/plugins/41-autoformat.lua @@ -30,7 +30,7 @@ return { hcl = { "terragrunt_hclfmt" }, html = { "prettierd" }, javascript = { "prettierd" }, - json = { "fixjson" }, + json = { "fixjson", "prettierd" }, lua = { "stylua" }, markdown = { "prettierd" }, ruby = { "rubocop" },