1
0
Fork 0

Updates to Sublime Text configs

This commit is contained in:
Gregory Eremin 2023-02-14 11:02:58 +01:00
parent a1ef8a0a74
commit 5cbe2847b9
2 changed files with 21 additions and 11 deletions

View File

@ -1,9 +1,12 @@
{ {
"clients": "show_diagnostics_severity_level": 1,
{ "show_diagnostics_panel_on_save": 0,
"gopls": "diagnostics_panel_include_severity_level": 1,
{ "clients":
"enabled": true {
} "gopls":
} {
"enabled": true
}
}
} }

View File

@ -2,7 +2,7 @@
"animation_enabled": false, "animation_enabled": false,
"caret_style": "phase", "caret_style": "phase",
"close_windows_when_empty": false, "close_windows_when_empty": false,
"color_scheme": "Packages/Colorsublime - Themes/Dracula.tmTheme", "color_scheme": "ayu-dark.sublime-color-scheme",
"default_line_ending": "unix", "default_line_ending": "unix",
"drag_text": false, "drag_text": false,
"draw_minimap_border": false, "draw_minimap_border": false,
@ -29,10 +29,14 @@
"no_bold", "no_bold",
"no_italic" "no_italic"
], ],
"font_size": 12.0, "font_size": 14,
"gutter": true, "gutter": true,
"highlight_line": true, "highlight_line": true,
"highlight_modified_tabs": true, "highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
],
"indent_guide_options": "indent_guide_options":
[ [
"draw_normal", "draw_normal",
@ -53,7 +57,7 @@
"sidebar_large": true, "sidebar_large": true,
"soda_folder_icons": false, "soda_folder_icons": false,
"tab_size": 4, "tab_size": 4,
"theme": "Adaptive.sublime-theme", "theme": "ayu-dark.sublime-theme",
"translate_tabs_to_spaces": true, "translate_tabs_to_spaces": true,
"tree_animation_enabled": false, "tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true, "trim_trailing_white_space_on_save": true,
@ -62,5 +66,8 @@
"ui_sidebar_highlight_row": true, "ui_sidebar_highlight_row": true,
"wide_caret": true, "wide_caret": true,
"word_wrap": false, "word_wrap": false,
"wrap_width": 120 "wrap_width": 80,
"show_panel_on_build": false,
"update_check": false,
"falback_encoding": "Cyrillic (Windows 1251)",
} }