Updates to Sublime Text configs
This commit is contained in:
parent
a1ef8a0a74
commit
5cbe2847b9
|
@ -1,9 +1,12 @@
|
|||
{
|
||||
"clients":
|
||||
{
|
||||
"gopls":
|
||||
{
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
"show_diagnostics_severity_level": 1,
|
||||
"show_diagnostics_panel_on_save": 0,
|
||||
"diagnostics_panel_include_severity_level": 1,
|
||||
"clients":
|
||||
{
|
||||
"gopls":
|
||||
{
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"animation_enabled": false,
|
||||
"caret_style": "phase",
|
||||
"close_windows_when_empty": false,
|
||||
"color_scheme": "Packages/Colorsublime - Themes/Dracula.tmTheme",
|
||||
"color_scheme": "ayu-dark.sublime-color-scheme",
|
||||
"default_line_ending": "unix",
|
||||
"drag_text": false,
|
||||
"draw_minimap_border": false,
|
||||
|
@ -29,10 +29,14 @@
|
|||
"no_bold",
|
||||
"no_italic"
|
||||
],
|
||||
"font_size": 12.0,
|
||||
"font_size": 14,
|
||||
"gutter": true,
|
||||
"highlight_line": true,
|
||||
"highlight_modified_tabs": true,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"indent_guide_options":
|
||||
[
|
||||
"draw_normal",
|
||||
|
@ -53,7 +57,7 @@
|
|||
"sidebar_large": true,
|
||||
"soda_folder_icons": false,
|
||||
"tab_size": 4,
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
"theme": "ayu-dark.sublime-theme",
|
||||
"translate_tabs_to_spaces": true,
|
||||
"tree_animation_enabled": false,
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
|
@ -62,5 +66,8 @@
|
|||
"ui_sidebar_highlight_row": true,
|
||||
"wide_caret": true,
|
||||
"word_wrap": false,
|
||||
"wrap_width": 120
|
||||
"wrap_width": 80,
|
||||
"show_panel_on_build": false,
|
||||
"update_check": false,
|
||||
"falback_encoding": "Cyrillic (Windows 1251)",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue