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":
|
||||
[
|
||||
"Better CoffeeScript",
|
||||
"CodeKit Commands",
|
||||
"A File Icon",
|
||||
"Catppuccin color schemes",
|
||||
"DashDoc",
|
||||
"EditorConfig",
|
||||
"Git",
|
||||
"GitGutter",
|
||||
"JSON Key-Value",
|
||||
"Less",
|
||||
"NeoVintageous",
|
||||
"Origami",
|
||||
"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": "source.js",}
|
||||
],
|
||||
"color_scheme": "Monokai.sublime-color-scheme",
|
||||
"color_scheme": "Catppuccin Mocha.sublime-color-scheme",
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
"default_line_ending": "unix",
|
||||
"enable_tab_scrolling": false,
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
|
@ -17,7 +18,5 @@
|
|||
"show_line_endings": true,
|
||||
"spacegray_fileicons": true,
|
||||
"tab_size": 2,
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
"index_files": false,
|
||||
"vintageous_i_escape_jj": true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue