Remove Sublime Text 3 configuration
This commit is contained in:
parent
a6bf275156
commit
d43ab6480c
|
@ -1 +0,0 @@
|
||||||
../../../config/sublime-text-3/Packages
|
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"bootstrapped": true,
|
|
||||||
"in_process_packages":
|
|
||||||
[
|
|
||||||
],
|
|
||||||
"installed_packages":
|
|
||||||
[
|
|
||||||
"AdvancedNewFile",
|
|
||||||
"Dockerfile Syntax Highlighting",
|
|
||||||
"DotENV",
|
|
||||||
"EditorConfig",
|
|
||||||
"Emmet",
|
|
||||||
"LESS",
|
|
||||||
"Sass",
|
|
||||||
"Syntax Highlighting for PostCSS",
|
|
||||||
"Twig"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"color_scheme": "Packages/Color Scheme - Default/Breakers.sublime-color-scheme",
|
|
||||||
"font_face": "Operator Mono",
|
|
||||||
"font_size": 16,
|
|
||||||
"ignored_packages":
|
|
||||||
[
|
|
||||||
],
|
|
||||||
"line_padding_bottom": 8,
|
|
||||||
"line_padding_top": 8
|
|
||||||
}
|
|
2
rcrc
2
rcrc
|
@ -3,4 +3,4 @@ DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles"
|
||||||
EXCLUDES="install.sh README.md"
|
EXCLUDES="install.sh README.md"
|
||||||
SYMLINK_DIRS="completion-scripts composer bin functions configs"
|
SYMLINK_DIRS="completion-scripts composer bin functions configs"
|
||||||
TAGS="git npm php tmux vim zsh"
|
TAGS="git npm php tmux vim zsh"
|
||||||
UNDOTTED="bin Library"
|
UNDOTTED="bin"
|
||||||
|
|
Loading…
Reference in a new issue