diff --git a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec index c42d531..50ab6bf 100644 --- a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec +++ b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec @@ -27,6 +27,9 @@ - Clipboard Manager https://github.com/colinta/SublimeClipboardManager + - EasyMotion + https://github.com/tednaleid/sublime-EasyMotion + - ExportHtml https://github.com/facelessuser/ExportHtml diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/EasyMotion.sublime-settings b/EthanBrown.SublimeText2.EditorPackages/tools/EasyMotion.sublime-settings new file mode 100644 index 0000000..d9f2cbc --- /dev/null +++ b/EthanBrown.SublimeText2.EditorPackages/tools/EasyMotion.sublime-settings @@ -0,0 +1,4 @@ +{ + // searches are case sensitive by default + "case_sensitive" : false +} diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/Package Control.sublime-settings b/EthanBrown.SublimeText2.EditorPackages/tools/Package Control.sublime-settings index 86105e0..e785b4a 100644 --- a/EthanBrown.SublimeText2.EditorPackages/tools/Package Control.sublime-settings +++ b/EthanBrown.SublimeText2.EditorPackages/tools/Package Control.sublime-settings @@ -6,6 +6,7 @@ "Bracketeer", "BracketHighlighter", "Clipboard Manager", + "EasyMotion", "ExportHtml", "FileDiffs", "LiveReload", diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 index 2603c7f..a41db9d 100644 --- a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 +++ b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 @@ -16,6 +16,7 @@ try { #straight file copies 'BracketHighlighter.sublime-settings', + 'EasyMotion.sublime-settings', 'MarkdownPreview.sublime-settings' | % { $params = @{