mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
ime: wrapper helper for fcitx module
This commit is contained in:
parent
20a2dc258f
commit
5c189f5c0f
7 changed files with 147 additions and 104 deletions
|
|
@ -52,12 +52,12 @@
|
|||
"ui_font_size": 16,
|
||||
"buffer_font_size": null,
|
||||
"relative_line_numbers": true,
|
||||
"buffer_font_family": "Zed Plex Mono",
|
||||
"buffer_font_family": "Maple Mono NF CN",
|
||||
"remove_trailing_whitespace_on_save": true,
|
||||
"agent": {
|
||||
"default_model": {
|
||||
"provider": "copilot_chat",
|
||||
"model": "claude-3-7-sonnet"
|
||||
"provider": "openrouter",
|
||||
"model": "openai/gpt-5.1-codex"
|
||||
}
|
||||
},
|
||||
"inlay_hints": {
|
||||
|
|
@ -88,7 +88,11 @@
|
|||
"metrics": false
|
||||
},
|
||||
"languages": {
|
||||
"YAML": {
|
||||
"tab_size": 2
|
||||
},
|
||||
"Nix": {
|
||||
"tab_size": 2,
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "alejandra",
|
||||
|
|
@ -98,6 +102,19 @@
|
|||
"completions": {
|
||||
"lsp_insert_mode": "replace"
|
||||
}
|
||||
},
|
||||
"Lua": {
|
||||
"tab_size": 2,
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "stylua"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"auto_install_extensions": {
|
||||
"catppuccin": true,
|
||||
"material-icon-theme": true,
|
||||
"git-firefly": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue