chore: update configs, add .go-version

This commit is contained in:
2025-07-29 14:13:52 +03:00
parent c37fdb7cd3
commit 0b4ea6af85
4 changed files with 14 additions and 10 deletions

1
.go-version Normal file
View File

@@ -0,0 +1 @@
1.23.0

View File

@@ -1,6 +1,6 @@
# Beware! This file is rewritten by htop when settings are changed in the interface. # Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly. # The parser is also very primitive, and not human-friendly.
htop_version=3.3.0 htop_version=3.4.1
config_reader_min_version=3 config_reader_min_version=3
fields=0 48 17 18 38 39 2 46 47 49 1 fields=0 48 17 18 38 39 2 46 47 49 1
hide_kernel_threads=1 hide_kernel_threads=1
@@ -25,6 +25,7 @@ detailed_cpu_time=0
cpu_count_from_one=0 cpu_count_from_one=0
show_cpu_usage=1 show_cpu_usage=1
show_cpu_frequency=0 show_cpu_frequency=0
show_cached_memory=1
update_process_names=0 update_process_names=0
account_guest_in_cpu_meter=0 account_guest_in_cpu_meter=0
color_scheme=0 color_scheme=0

View File

@@ -1,10 +1,11 @@
default_session = "main" default_session = "main"
display_full_path = true
[[search_dirs]] [[search_dirs]]
path = "~/Code" path = "~/Code"
depth = 3 depth = 3
[picker_colors] [picker_colors]
highlight_color = "#21202e" highlight_color = "#21202E"
highlight_text_color = "#86e1fc" highlight_text_color = "#86E1FC"
border_color = "#524f67" border_color = "#524F67"

View File

@@ -10,10 +10,10 @@
}, },
"agent": { "agent": {
"always_allow_tool_actions": true, "always_allow_tool_actions": true,
"default_profile": "ask", "default_profile": "write",
"default_model": { "default_model": {
"provider": "copilot_chat", "provider": "copilot_chat",
"model": "gpt-4.1" "model": "claude-3.7-sonnet"
}, },
"play_sound_when_agent_done": true "play_sound_when_agent_done": true
}, },
@@ -37,14 +37,15 @@
}, },
"Markdown": { "Markdown": {
"enable_language_server": true, "enable_language_server": true,
"preferred_line_length": 160, "preferred_line_length": 120,
"prettier": { "formatter": "language_server"
"allowed": true
}
}, },
"Lua": { "Lua": {
"enable_language_server": true, "enable_language_server": true,
"tab_size": 2 "tab_size": 2
},
"Go": {
"language_servers": ["gopls", "golangci-lint"]
} }
}, },
"lsp": { "lsp": {