updating with latest packages
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
// A File Icon Preferences – User
|
||||||
|
// ================================================================
|
||||||
|
|
||||||
|
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
// ! PLEASE RESTART SUBLIME TEXT FOR THESE CHANGES TO TAKE EFFECT !
|
||||||
|
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
"force_mode": true
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"command": "anaconda_goto", "keys": ["alt+g"], "context": [
|
"command": "anaconda_goto", "keys": ["alt+g"], "context": [
|
||||||
{"key": "selector", "operator": "equal", "operand": "source.python"}
|
{"key": "selector", "operator": "equal", "operand": "source.python"}
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
// Your settings for MarkdownLivePreview. See the default file to see the different options.
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"defaults": {
|
||||||
|
"autolink": true,
|
||||||
|
"markdown_preview": "markdown",
|
||||||
|
"bullets": ["-","*","+"]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
}
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
],
|
],
|
||||||
"bold_folder_labels": true,
|
"bold_folder_labels": true,
|
||||||
"caret_style": "phase",
|
"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,
|
"complete_all_paramters": true,
|
||||||
"display_signatures": true,
|
"display_signatures": true,
|
||||||
"draw_white_space": "all",
|
"draw_white_space": "all",
|
||||||
@@ -33,11 +33,10 @@
|
|||||||
],
|
],
|
||||||
"python_interpreter": "$VIRTUAL_ENV/bin/python"
|
"python_interpreter": "$VIRTUAL_ENV/bin/python"
|
||||||
},
|
},
|
||||||
"theme": "ayu-mirage.sublime-theme",
|
"theme": "halcyon.sublime-theme",
|
||||||
"translate_tabs_to_spaces": true,
|
"translate_tabs_to_spaces": true,
|
||||||
"trim_trailing_white_space_on_save": true,
|
"trim_trailing_white_space_on_save": true,
|
||||||
"ui_separator": true,
|
"ui_separator": true,
|
||||||
"word_wrap": true,
|
"word_wrap": true,
|
||||||
"wrap_width": 80
|
"wrap_width": 80
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,3 +5,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,5 +3,6 @@
|
|||||||
"black_skip_string_normalization": true,
|
"black_skip_string_normalization": true,
|
||||||
"black_use_blackd": false,
|
"black_use_blackd": false,
|
||||||
"black_blackd_autostart": false,
|
"black_blackd_autostart": false,
|
||||||
"black_py36": true
|
"black_py36": true,
|
||||||
|
"black_command": "/Users/dtomlinson/.local/bin/black",
|
||||||
}
|
}
|
||||||
|
|||||||
12
packages.md
12
packages.md
@@ -6,10 +6,15 @@
|
|||||||
- expand tabs on save
|
- expand tabs on save
|
||||||
- sidebarenhancements
|
- sidebarenhancements
|
||||||
|
|
||||||
|
## Debugging
|
||||||
|
- sublimelog
|
||||||
|
- terminus
|
||||||
|
|
||||||
## Markdown
|
## Markdown
|
||||||
- markdown extended
|
- markdown extended
|
||||||
- markdown live preview
|
- markdown live preview
|
||||||
- markdown preview
|
- markdown preview
|
||||||
|
- markdown toc
|
||||||
|
|
||||||
## Python-development
|
## Python-development
|
||||||
- anaconda
|
- anaconda
|
||||||
@@ -22,3 +27,10 @@
|
|||||||
- sublimelinter-pyflakes
|
- sublimelinter-pyflakes
|
||||||
- sublimerepel
|
- sublimerepel
|
||||||
- virtualenv
|
- virtualenv
|
||||||
|
|
||||||
|
## Productivity
|
||||||
|
- plain tasks
|
||||||
|
|
||||||
|
## Functionality
|
||||||
|
- text pastry
|
||||||
|
- base encoder
|
||||||
|
|||||||
Reference in New Issue
Block a user