Skip to content

Commit

Permalink
Created the setting array ignored_packages_to_not_enable on
Browse files Browse the repository at this point in the history
Packages/User/Preferences.sublime-settings for packages which
must not be enabled. Issue:

1. #50
  • Loading branch information
evandrocoan committed Jul 27, 2017
1 parent 51f74af commit a78cdde
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions Packages/User/Preferences.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@
"Project Specific Syntax Settings",
"Qt Completions for C++",
"ScopeAlways",
"Select All Spelling Errors",
"SQL Keyword Uppercase",
"SQLExec",
"SQLTools",
"Sublime Tutor",
"sublime-text-2-buildview",
"SublimeCodeIntel",
"SyncedSideBar",
Expand All @@ -122,20 +117,11 @@
"WordHighlight",
"GotoLastEditEnhanced"
],
"ignored_packages_original":
"ignored_packages_to_not_enable":
[
"Anaconda",
"ApplySyntax",
"ColorHelper",
"DictionaryAutoComplete",
"FileManager",
"Git",
"GitGutter",
"Local History",
"Matlab Completions",
"GotoLastEditEnhanced",
"SublimeCodeIntel",
"Vintage",
"WordHighlight"
],
"indent_guide_options":
[
Expand Down

0 comments on commit a78cdde

Please sign in to comment.