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
+10 -7
View File
@@ -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
}
}
}