updating with latest packages

This commit is contained in:
dtomlinson
2019-10-25 03:00:35 +01:00
parent 109eba2dc4
commit ca17c0b1d6
9 changed files with 49 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
{
// A File Icon Preferences User
// ================================================================
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// ! PLEASE RESTART SUBLIME TEXT FOR THESE CHANGES TO TAKE EFFECT !
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
"force_mode": true
}

View File

@@ -1,4 +1,4 @@
[
[
{
"command": "anaconda_goto", "keys": ["alt+g"], "context": [
{"key": "selector", "operator": "equal", "operand": "source.python"}

View File

@@ -0,0 +1,4 @@
// Your settings for MarkdownLivePreview. See the default file to see the different options.
{
}

View File

@@ -0,0 +1,7 @@
{
"defaults": {
"autolink": true,
"markdown_preview": "markdown",
"bullets": ["-","*","+"]
}
}

View File

@@ -0,0 +1,10 @@
{
"color_scheme": "Packages/PlainTasks/tasks-material-palenight.hidden-tmTheme",
"open_tasks_bullet": "≡",
"draw_indent_guides": true,
"tab_size": 4,
"before_tasks_bullet_margin": 0,
"match_brackets": false,
"margin": 2,
"gutter": false
}

View File

@@ -8,7 +8,7 @@
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"color_scheme": "Packages/Night Owl/Night Owl.sublime-color-scheme",
"complete_all_paramters": true,
"display_signatures": true,
"draw_white_space": "all",
@@ -33,11 +33,10 @@
],
"python_interpreter": "$VIRTUAL_ENV/bin/python"
},
"theme": "ayu-mirage.sublime-theme",
"theme": "halcyon.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ui_separator": true,
"word_wrap": true,
"wrap_width": 80
}

View File

@@ -3,5 +3,6 @@
"black_skip_string_normalization": true,
"black_use_blackd": false,
"black_blackd_autostart": false,
"black_py36": true
"black_py36": true,
"black_command": "/Users/dtomlinson/.local/bin/black",
}