Final toronto commit.

This commit is contained in:
Gabriel Simmer 2021-04-27 16:27:28 +01:00
parent 7cf90760bf
commit c39560add5
No known key found for this signature in database
GPG key ID: 33BA4D83B160A0A9
3 changed files with 21 additions and 4 deletions

View file

@ -0,0 +1,16 @@
// These settings override both User and Default settings for the Markdown syntax
{
"auto_complete": false,
"ignored_packages": ["Vintage", "Emmet", "SublimeCodeIntel"],
"draw_centered": true,
"spell_check": true,
"tab_completion": false,
"auto_complete_triggers": [],
"word_wrap": true,
"line_numbers": false,
"gutter": false,
"wrap_width": 80,
"word_wrap": true,
"scroll_past_end": true
}

View file

@ -18,12 +18,14 @@
"LSP-yaml", "LSP-yaml",
"Markdown Extended", "Markdown Extended",
"Package Control", "Package Control",
"PowerShell",
"Rust Enhanced", "Rust Enhanced",
"SideBarEnhancements", "SideBarEnhancements",
"SublimeCodeIntel", "SublimeCodeIntel",
"Terminus",
"Terraform", "Terraform",
"Theme - Monokai Pro", "Theme - Monokai Pro",
"TOML", "TOML",
"TypeScript" "TypeScript",
] ],
} }

View file

@ -17,6 +17,5 @@
[ [
80 80
], ],
"scroll_past_end": false, "theme": "Monokai Pro (Filter Spectrum).sublime-theme",
"theme": "Monokai Pro (Filter Spectrum).sublime-theme"
} }