Drop packages I wasn't using, switch the visuals around :)
This commit is contained in:
parent
4d2bd49959
commit
81897a7f6a
2 changed files with 4 additions and 16 deletions
|
@ -5,24 +5,13 @@
|
||||||
],
|
],
|
||||||
"installed_packages":
|
"installed_packages":
|
||||||
[
|
[
|
||||||
"Better CoffeeScript",
|
"A File Icon",
|
||||||
"CodeKit Commands",
|
"Catppuccin color schemes",
|
||||||
"DashDoc",
|
"DashDoc",
|
||||||
"EditorConfig",
|
"EditorConfig",
|
||||||
"Git",
|
|
||||||
"GitGutter",
|
"GitGutter",
|
||||||
"JSON Key-Value",
|
"JSON Key-Value",
|
||||||
"Less",
|
|
||||||
"NeoVintageous",
|
"NeoVintageous",
|
||||||
"Origami",
|
|
||||||
"Package Control",
|
"Package Control",
|
||||||
"Ruby Slim",
|
|
||||||
"Sass",
|
|
||||||
"SideBarEnhancements",
|
|
||||||
"SublimeLinter",
|
|
||||||
"SublimeLinter-contrib-sass-lint",
|
|
||||||
"SublimeLinter-contrib-slim-lint",
|
|
||||||
"SublimeLinter-eslint",
|
|
||||||
"WordingStatus",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
{"characters": "<", "selector": "text.html",},
|
{"characters": "<", "selector": "text.html",},
|
||||||
{"characters": ".", "selector": "source.js",}
|
{"characters": ".", "selector": "source.js",}
|
||||||
],
|
],
|
||||||
"color_scheme": "Monokai.sublime-color-scheme",
|
"color_scheme": "Catppuccin Mocha.sublime-color-scheme",
|
||||||
|
"theme": "Adaptive.sublime-theme",
|
||||||
"default_line_ending": "unix",
|
"default_line_ending": "unix",
|
||||||
"enable_tab_scrolling": false,
|
"enable_tab_scrolling": false,
|
||||||
"ensure_newline_at_eof_on_save": true,
|
"ensure_newline_at_eof_on_save": true,
|
||||||
|
@ -17,7 +18,5 @@
|
||||||
"show_line_endings": true,
|
"show_line_endings": true,
|
||||||
"spacegray_fileicons": true,
|
"spacegray_fileicons": true,
|
||||||
"tab_size": 2,
|
"tab_size": 2,
|
||||||
"theme": "Adaptive.sublime-theme",
|
|
||||||
"index_files": false,
|
|
||||||
"vintageous_i_escape_jj": true,
|
"vintageous_i_escape_jj": true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue