Omarchy 3.1 updates and misc tweaks

This commit is contained in:
2026-01-05 10:14:32 -05:00
parent b8eeaf5c35
commit cec9f8dfd8
7 changed files with 30 additions and 56 deletions

View File

@@ -19,7 +19,7 @@
"base_keymap": "SublimeText",
"format_on_save": "off",
"ui_font_size": 16,
"buffer_font_size": 15,
"buffer_font_size": 15.0,
"buffer_font_features": {
"calt": false
},
@@ -38,6 +38,13 @@
"Elixir": {
"tab_size": 2
},
"Python": {
"language_servers": [
"ty",
"!basedpyright",
"...",
],
},
"Markdown": {
"soft_wrap": "editor_width"
},