chore: update configs 73ce5104
Steve · 2025-11-25 22:59 3 file(s) · +9 −1
nvim/lsp/json.lua +1 −1
1 1
return {
2 2
	cmd = {
3 -
		"biome", "lsp-proxy"
3 +
		"bunx", "@biomejs/biome", "lsp-proxy"
4 4
	},
5 5
	filetypes = {
6 6
		'json',
yazi/yazi.toml (added) +4 −0
1 +
[mgr]
2 +
ratio = [1,3,4]
3 +
sort_by = "mtime"
4 +
sort_reverse = true
zed/settings.json +4 −0
142 142
    }
143 143
  },
144 144
  "agent": {
145 +
    "inline_assistant_model": {
146 +
      "provider": "anthropic",
147 +
      "model": "claude-sonnet-4-latest"
148 +
    },
145 149
    "profiles": {
146 150
      "steve": {
147 151
        "name": "Steve",